This book recommender was created based on LLM Course from YouTube
- Install requirements from the requirements.txt
- Obtain an OpenAI key
- Obtain a Hugging Face key
- Create a new .env file, add your keys
OPENAI_API_KEY=
HUGGUNGFACEHUB_API_TOKEN=
- Run the main function from gradio-dashboard.py
The project was created for informational purposes only.