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