Spaces:
Sleeping
Sleeping
| title: Reminder App | |
| emoji: ๐ | |
| colorFrom: red | |
| colorTo: red | |
| sdk: docker | |
| app_port: 8501 | |
| tags: | |
| - streamlit | |
| pinned: false | |
| short_description: Streamlit template space | |
| # AI-Powered Reminder System | |
| Advanced reminder application with voice notes and AI insights. | |
| ## Features | |
| - Voice note recording | |
| - Calendar view | |
| - Priority management | |
| - AI-generated insights | |
| - Real-time notifications | |
| - Mobile-friendly interface | |
| ## Deployment on Hugging Face | |
| 1. Create a new Space with **Docker** as the SDK | |
| 2. Add all files to your repository | |
| 3. Configure hardware: CPU Basic | |
| 4. The app will build and deploy automatically | |
| ## Local Development | |
| ```bash | |
| pip install -r requirements.txt | |
| uvicorn app:app --reload |