Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 796 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 796 Bytes

Version Contributors License

FEATURES

  • Recomendation by Book Description: Use an LLM via an Azure endpoint to generate recommendations based on text inputs 📚
  • Recomendation by Past Read Books: Leverages a KNN model to recommend users books based off of books they have enjoyed in the past. The model is trained off of a Kaggle Dataset 📈

TOOLS USED 🛠️

  • Azure Web App Deployment for KNN Flask API deployment
  • Asure AI studio to deploy LLM for inference
  • Netlify for site hosting
  • GitHub to store files and keep open-source
  • Python, Javascript, HTML/CSS