Skip to content

DIY AI Assistant based on neural network trio: whisper, llama and coqui ai.

License

Notifications You must be signed in to change notification settings

wWrongName/DIY-AI-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIY-AI-Assistant

Getting Started

This project is set up using Python 3.10 and managed with Poetry. Below are the instructions to get started with the development.

Prerequisites

  • Python 3.10 or higher
  • Poetry 1.6.* for dependency management

Installing Poetry

If you do not have Poetry installed, follow the official installation instructions provided by Poetry:

Poetry Installation Guide

Project Setup

Once you have Poetry installed, you can set up the project environment:

# Clone the repository
git clone git@github.com:wWrongName/DIY-AI-Assistant.git
cd DIY-AI-Assistant

# Install dependencies using Poetry
poetry install

# Activate the virtual environment
poetry shell

# Create .env file and adjust environment variables
cp .env.example .env

Start the assistant

  1. Run the backend:
python -m scripts.websocket_bot
  1. Open in the Browser index.html. Tap on Enable Audio Playback button and then just Start Recording.

About

DIY AI Assistant based on neural network trio: whisper, llama and coqui ai.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published