Skip to content

A WIP flask web app for book recommendations from the Goodreads top 10000 books list.

License

Notifications You must be signed in to change notification settings

hootyhoot/book-recommender

Repository files navigation

Book Recommender

A WIP web app to recommend your next book using embeddings and similarity search.

Getting Started

After installing the required packages with

pip install -r requirements.txt

Run the app with

python app.py

You can then access the site on http://0.0.0.0:10000

Prerequisites

  • .env file with OpenAI API key under 'openai_key'
  • Packages installed from the requirements.txt

About

A WIP flask web app for book recommendations from the Goodreads top 10000 books list.

Topics

Resources

License

Stars

Watchers

Forks