Skip to content

ColoredCow/ai-voice-assistant

Repository files navigation

AI Voice Assistant

Prerequisites

  • Python 3.10 or 3.11 (not compatible with Python 3.13)

Installation

  1. Set up a Python virtual environment and activate it:

    python -m venv env
    source env/bin/activate
  2. Install the dependencies:

    pip install -r requirements.txt
  3. Acquire a Hugging Face API token:

  4. Set up your .env file

    cp .env.example .env
  5. Set the hugging face token in the env file.

  6. Run the Flask application:

    flask --debug run
  7. Open the web server in your browser at http://127.0.0.1:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published