Spaces:
Running
Running
Pranav0111
commited on
Commit
•
38d909d
1
Parent(s):
a641711
Update README.md
Browse files
README.md
CHANGED
@@ -10,3 +10,27 @@ pinned: false
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
# AI Journal Companion
|
14 |
+
|
15 |
+
An AI-powered journaling application that provides sentiment analysis, reflective prompts, and personalized affirmations based on your journal entries.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
|
19 |
+
- **Journal Entry Analysis**: Write your thoughts and get instant feedback
|
20 |
+
- **Sentiment Analysis**: Uses DistilBERT to analyze the emotional tone of your entries
|
21 |
+
- **Reflective Prompts**: Receive thoughtful questions based on your current mood
|
22 |
+
- **Daily Affirmations**: Get personalized affirmations that match your emotional state
|
23 |
+
- **Monthly Insights**: Track your emotional journey over time
|
24 |
+
|
25 |
+
## Usage
|
26 |
+
|
27 |
+
1. Write your journal entry in the text box
|
28 |
+
2. Click "Submit Entry" to receive AI analysis
|
29 |
+
3. View your sentiment analysis, reflective prompt, and daily affirmation
|
30 |
+
4. Click "Show Monthly Insights" to see your emotional trends
|
31 |
+
|
32 |
+
## Technical Details
|
33 |
+
|
34 |
+
- Built with Gradio
|
35 |
+
- Uses Hugging Face Transformers for sentiment analysis
|
36 |
+
- Deployed on Hugging Face Spaces
|