Follow these steps to run the project:
- Install the required dependencies:
pip install -r requirements.txtTo launch the application, run:
streamlit run app.pyThe application will open in your default web browser at http://localhost:8501.
- Python 3.7 or higher
- Dependencies listed in
requirements.txt
If you encounter any issues:
- Ensure you have the correct Python version installed
- Verify all dependencies are installed correctly
- Check that you're in the correct directory when running the commands
- Make sure no other application is using port 8501