Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 544 Bytes

File metadata and controls

22 lines (17 loc) · 544 Bytes

Reado - AI Book Recommender

Full-stack book recommendation system using semantic search and sentiment analysis.

Features

  • Semantic search using sentence transformers
  • Category and emotional tone filtering
  • FastAPI backend with async support
  • ChromaDB vector database

Tech Stack

  • Backend: FastAPI, Python, ChromaDB, LangChain
  • Frontend: (React)
  • ML: sentence-transformers, HuggingFace

Quick Start

in backend directory run: uvicorn app.main:app --reload

in frontend directory run: npm run dev

Backend