Italiano
Atlas è un assistente personale vocale basato su intelligenza artificiale, progettato per aiutarti nella gestione quotidiana attraverso comandi vocali. È scritto in Python e include funzionalità modulari come:
- Pianificazione dei pasti (in sviluppo)
- Sintesi vocale (TTS)
- Riconoscimento vocale
- Comandi personalizzati
- Interazione con modelli LLM (es. Groq/Mistral)
Attualmente il progetto è fermo, sto dando la priorità ad altri progetti, non escludo di continuare lo sviluppo in futuro.
English
Atlas is a voice-controlled personal assistant powered by artificial intelligence, written in Python. It's designed to help with everyday tasks through vocal interaction. Current features include:
- Meal plan generator (in development)
- Text-to-speech (TTS)
- Speech recognition
- Custom command support
- LLM integration (e.g. Groq/Mistral)
Currently the project is stopped, I am giving priority to other projects, I do not exclude continuing the development in the future.
main.py
: main entry pointatlas/buildMealPlan.py
: meal plan logicatlas/audioProcessing.py
: speech-to-textatlas/tts.py
: text-to-speechatlas/config.py
: global state and preferencesatlas/core.py
: system orchestration
- Python 3.x
- openai-whisper (or equivalent STT lib)
- a TTS engine
- Groq/Mistral or other LLM backend
git clone https://github.com/Ho3pLi/atlas.git
cd atlas
pip install -r requirements.txt
python main.py
- ✅ Working speech recognition and synthesis
- ✅ Voice input collection for meal preferences
- 🔄 Meal plan generation (
askForMeal
) prepared but commented out - 🕒 Project temporarily paused – documentation ready for future development
For support or questions: daniele.barile.lavoro@gmail.com
Or open an issue on GitHub.