A simple book recommendation engine built with Flask, SQLite, and HTML/CSS.
- Store user preferences using hash tables.
- Generate book recommendations based on user preferences.
- Clean and responsive UI.
- Clone this repository.
- Set up a virtual environment and install dependencies:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt
-
Database setup completed.
-
Sample books added to the database.
-
Next step: Implement the recommendation logic.
-
Currently working on a paper so I can't d0 much on my project right now