VITA is a voice interaction assistant that utilizes various machine learning models and audio processing techniques to provide real-time responses to user queries.
- Voice recognition and transcription
- Image processing capabilities
- Screen capture for context-aware responses
- FastAPI integration for web-based interaction
- Clone the repository:
git clone https://github.com/jmanhype/VITA_AI_Assistant.git cd VITA_AI_Assistant
- Install the required packages:
pip install -r requirements.txt
To run the assistant in interactive mode:
python main.py --mode interactive
To run the assistant in API mode:
python main.py --mode api
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.