File size: 740 Bytes
00b8591
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---

title: Semantic Book Recommender
emoji: πŸ“š
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 3.43.0
app_file: app.py
pinned: false
license: mit
---


# πŸ“š Semantic Book Recommender

An AI-powered book recommendation system that uses semantic search to find books based on your description.

## Features

- πŸ” Semantic search using sentence transformers
- 🎭 Filter by emotional tone (Happy, Sad, Suspenseful, etc.)
- πŸ“‚ Filter by category
- πŸ–ΌοΈ Visual book gallery with cover images

## How to Use

1. Describe the type of book you're looking for
2. Optionally select a category and emotional tone
3. Click "Find Books" to see recommendations

Built with LangChain, ChromaDB, and Gradio.