To get started with project, ensure you have the following dependencies and tools installed:
-
Set up virtual environment using following command :
python -m venv <virtual-environment-name> <virtual-environment-name>\Scripts\activate -
Install other necessary dependencies using following command:
pip install -r requirements.txt -
Run the app using following command:
streamlit run app.py

