A WIP web app to recommend your next book using embeddings and similarity search.
After installing the required packages with
pip install -r requirements.txtRun the app with
python app.pyYou can then access the site on http://0.0.0.0:10000
- .env file with OpenAI API key under 'openai_key'
- Packages installed from the requirements.txt