Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,27 @@ tags:
|
|
10 |
pinned: false
|
11 |
short_description: Streamlit template space
|
12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
# Welcome to Streamlit!
|
15 |
|
|
|
10 |
pinned: false
|
11 |
short_description: Streamlit template space
|
12 |
---
|
13 |
+
# AI-Powered Reminder System
|
14 |
+
|
15 |
+
Advanced reminder application with:
|
16 |
+
- Voice note recording
|
17 |
+
- AI-powered insights
|
18 |
+
- Calendar view
|
19 |
+
- Priority management
|
20 |
+
- Speech-to-text & text-to-speech
|
21 |
+
|
22 |
+
## Features
|
23 |
+
1. **Voice Reminders**: Record voice notes for tasks
|
24 |
+
2. **AI Analysis**: Get intelligent suggestions for your reminders
|
25 |
+
3. **Calendar Integration**: View reminders by date
|
26 |
+
4. **Priority Management**: Set Low/Medium/High priority
|
27 |
+
5. **Speech Conversion**: Voice-to-text and text-to-voice
|
28 |
+
|
29 |
+
## Installation
|
30 |
+
```bash
|
31 |
+
git clone https://huggingface.co/spaces/<your-username>/reminder-app
|
32 |
+
cd reminder-app
|
33 |
+
pip install -r requirements.txt
|
34 |
|
35 |
# Welcome to Streamlit!
|
36 |
|