Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 607 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 607 Bytes

Senti Meter

Deployment Instructions

⚠️ 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. ! 😃

⚠️ To remove the virtual enviromnent

pipenv --rm