A Python-based chatbot that helps manage cleaning schedules using a local AI model.
- Chat interface powered by local API
- Remembers tasks and times
- Built with Flask (or whatever framework you're using)
python -m venv .venv
source .venv/bin/activate # or .venv\Scripts\activate on Windows
pip install -r requirements.txt
python app.py