⚠️ Make sure python is installed in the system.
Install pipenv ( A virtual environment manager. )
pip install pipenv
Install required packages.
pipenv install
Train the models.
pipenv run train.py
Run the application
pipenv run app.py
Your application will be running on localhost by default.
To close the server press Ctrl-C
Thanks for using our application. ! 😃
pipenv --rm