Skip to content

Elyon-code/book-recommendation-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Recommendation Engine

A simple book recommendation engine built with Flask, SQLite, and HTML/CSS.

Features

  • Store user preferences using hash tables.
  • Generate book recommendations based on user preferences.
  • Clean and responsive UI.

How to Run

  1. Clone this repository.
  2. 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
    

Current Status

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages