devilsa commited on
Commit
64f6572
·
verified ·
1 Parent(s): 24dd2e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -26
README.md CHANGED
@@ -1,27 +1,11 @@
1
- Relationship Advisor
2
- This is an AI-powered relationship counselling app deployed on Hugging Face Spaces using Streamlit. The app leverages Retrieval-Augmented Generation (RAG) to provide insightful and context-aware relationship advice based on user queries.
 
 
 
 
 
 
 
 
3
 
4
- Features
5
- Upload Documents: Users can upload plain text files containing relationship concerns, chat logs, or journal entries.
6
-
7
- Contextual Understanding: Uses FAISS for efficient similarity search and Sentence Transformers for embedding text.
8
-
9
- User-Friendly Interface: Built with Streamlit for an interactive and easy-to-use experience.
10
-
11
- Technologies Used
12
- Streamlit: Web framework for interactive UI.
13
-
14
- FAISS: Vector search for efficient document retrieval.
15
-
16
- Sentence Transformers: Embedding model (all-MiniLM-L6-v2) for text representation.
17
-
18
- OpenAI API: Queries an AI model (Deepseek) for generating advice.
19
-
20
- Hugging Face Spaces: Deployment platform.
21
-
22
- Installation & Running Locally
23
- To run this app locally, install the dependencies and start the Streamlit server:
24
-
25
- pip install -r requirements.txt
26
- streamlit run app.py
27
- Deployment
 
1
+ ---
2
+ title: "AI Relationship Counsellor"
3
+ emoji: "❤️"
4
+ colorFrom: "red"
5
+ colorTo: "blue"
6
+ sdk: "streamlit"
7
+ sdk_version: "1.16.0"
8
+ app_file: "app.py"
9
+ pinned: false
10
+ ---
11