Initialize project structure for AI Life Coach
Browse files- .env +0 -0
- Dockerfile +0 -0
- api/main.py +0 -0
- api/status.py +0 -0
- app.py +0 -0
- core/llm.py +0 -0
- core/memory.py +0 -0
- core/session.py +0 -0
- docker-compose.yml +0 -0
- requirements.txt +0 -0
- services/ollama_monitor.py +0 -0
- services/tts.py +0 -0
- services/weather.py +0 -0
- utils/config.py +0 -0
.env
ADDED
|
File without changes
|
Dockerfile
ADDED
|
File without changes
|
api/main.py
ADDED
|
File without changes
|
api/status.py
ADDED
|
File without changes
|
app.py
ADDED
|
File without changes
|
core/llm.py
ADDED
|
File without changes
|
core/memory.py
ADDED
|
File without changes
|
core/session.py
ADDED
|
File without changes
|
docker-compose.yml
ADDED
|
File without changes
|
requirements.txt
ADDED
|
File without changes
|
services/ollama_monitor.py
ADDED
|
File without changes
|
services/tts.py
ADDED
|
File without changes
|
services/weather.py
ADDED
|
File without changes
|
utils/config.py
ADDED
|
File without changes
|