Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bin/
lib/
pyvenv.cfg
15 changes: 15 additions & 0 deletions INSTALL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
o Install Python
$ brew install pyenv
$ pyenv install 3.6.9
$ pyenv global 3.6.9

o Clone repo
$ git clone [email protected]:aditya9898/transfer-learning.git

o Virtualenv
$ python -m venv transfer-learning
$ cd transfer-learning
$ . ./bin/activate

o Dependecies
$ pip install pandas keras tensorflow matplotlib pillow