nonsodev commited on
Commit
629dc15
Β·
1 Parent(s): 473b80a

update readme

Browse files
Files changed (2) hide show
  1. README.md +12 -0
  2. 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