Giter Site home page Giter Site logo

piai's Introduction

nice.mp4

Pi AI Hands Free

a python AI Voice Interpreter for Pi AI

Installation

Follow these instructions in order to get the application running.

  1. Install requirements
  1. Clone this repository to your local machine using the following command
git clone https://github.com/AuracleTech/piai.git
  1. Navigate to the project directory
cd piai
  1. Install OpenAI Whisper
pip install -U openai-whisper
  1. Install pipreqs to generates the dependencies
pip install pipreqs
  1. Generate the dependencies file
pipreqs . --force
  1. Install the dependencies
pip install -r requirements.txt
  1. Launch the app
python src/main.py
  1. Have a chat with your new voice assistant 🌟

Development

The application uses 3 threads

  1. Recorder.py records vocal inputs to recordings folder.
  2. Transcriber.py transcribes the files and sends the transcript to the interpreter.
  3. Interpreter.py transmits what you said to Pi.
OpenAI

You can use GPT to determine if Pi should respond to the vocal input, to use it follow these steps.

  1. Get an OpenAI API Key

  2. Create a .env file in the root directory and add the following variable

OPENAI_API_KEY=your-openai-api-key-here
  1. Uncomment the code in interpreter.py and/or modify it to your liking.

Help

Feel free to open an issue if you have any questions, suggestions or issues.

piai's People

Contributors

auracletech avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.