Spaces:
Sleeping
Sleeping
metadata
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
- Create a new Space with Docker as the SDK
- Add all files to your repository
- Configure hardware: CPU Basic
- The app will build and deploy automatically
Local Development
pip install -r requirements.txt
uvicorn app:app --reload