Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 932 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 932 Bytes

VITA AI Assistant

Description

VITA is a voice interaction assistant that utilizes various machine learning models and audio processing techniques to provide real-time responses to user queries.

Features

  • Voice recognition and transcription
  • Image processing capabilities
  • Screen capture for context-aware responses
  • FastAPI integration for web-based interaction

Installation

  1. Clone the repository:
    git clone https://github.com/jmanhype/VITA_AI_Assistant.git
    cd VITA_AI_Assistant
  2. Install the required packages:
    pip install -r requirements.txt

Usage

To run the assistant in interactive mode:

python main.py --mode interactive

To run the assistant in API mode:

python main.py --mode api

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.