Spaces:
Sleeping
Sleeping
update readme
Browse files- README.md +12 -0
- gradio_dashboard.py β app.py +0 -0
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Semantic Book Recommender π
|
| 2 |
|
| 3 |
A smart book recommendation system that uses semantic search and emotional tone analysis to help users discover their next favorite read. Built with LangChain, ChromaDB, and Gradio for an intuitive web interface.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Semantic Book Recommender
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 4.0.0
|
| 8 |
+
app_file: gradio_dashboard.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# Semantic Book Recommender π
|
| 14 |
|
| 15 |
A smart book recommendation system that uses semantic search and emotional tone analysis to help users discover their next favorite read. Built with LangChain, ChromaDB, and Gradio for an intuitive web interface.
|
gradio_dashboard.py β app.py
RENAMED
|
File without changes
|