Echo is an experimental personal AI assistant inspired by JARVIS from Iron Man. It aims to assist with coding, research, device control, and automation tasks.
- π§ Conversational AI (using LLMs like Ollama/ChatGPT)
- π» System automation (file management, commands, etc.)
- π Research assistant (fetches and summarizes info)
- π§ Extensible with plugins/modules
# Clone the repository
git clone https://github.com/Kite-Bite/Echo
cd echo
# Install dependencies
pip install -r requirements.txt