Steps to run the applications
- Create a virtual environment
python -m venv venv
- Activate the environment
source venv/bin/activate
- Install all the dependencies
pip install -r requirements.txt
- Run the application with the command
streamlit run main.py