- Git Clone the repo
- First create virtual environment
python -m venv myvenv
myvenv\scripts\activate- Run the command
pip install -r requirements.txtto install required packages - Setup your
.envfile I have shared the.env.exampleto get the idea - Run the python file
python app.py - And open your
http://127.0.0.1:5000/You will check the logs their. - Keep it on 24/7 it will automatically do the process.
