-
Clone the whole repo into your local machine
-
Install Anaconda
-
Create a virtualenv using
conda create -n <env_name>
-
Activate the environment and intall keras and tensorflow using
pip install keras & pip install tensorflow
-
Train the model by running main.py file
-
To use the pretrained model comment line number 66,67 and 68 and uncomment line number 69.