- Create a Envirment name venv by runng the foolwing command
python venv -m venv
- Activate the virtual envirnment
source venv/bin/activate
- Install dependencies by running the following command:
pip install -r requirement.txt
- Run theprogram by running the following command:
python app.py