Full-stack book recommendation system using semantic search and sentiment analysis.
- Semantic search using sentence transformers
- Category and emotional tone filtering
- FastAPI backend with async support
- ChromaDB vector database
- Backend: FastAPI, Python, ChromaDB, LangChain
- Frontend: (React)
- ML: sentence-transformers, HuggingFace
in backend directory run: uvicorn app.main:app --reload
in frontend directory run: npm run dev