Where we will store the Fall 2024 project
- Python
- Model development will be using scikit-learn, pandas, numpy
- Web scraping will be using requests, BeautifulSoup
- Frontend will be using HTML, CSS, and JavaScript. Maybe React
- Most likely will be hosting using Heroku
- Flask or FastAPI for backend?
Refer to tutorials/install_surprise.md
Before you push or make a pull request, you should run.
black --line-length 100 .
black should already be installed on your python implementation. If you dont have it you can run
pip install black