Coder Social home page Coder Social logo

meliani / ai-voice-cli Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 447 KB

Experience seamless, immersive voice-to-voice conversations using CLI and combined free AI FREE API's.

Python 56.33% Batchfile 0.56% Shell 0.56% JavaScript 20.45% HTML 22.10%
ai deepgram gemma-7b-it groq-ai llama2-70b mixtral-8x7b

ai-voice-cli's Introduction

Readme

Prompt AI Voice Assistant (mix from groq and Deepgram Free APIs) to create a blazing fast voice assistant that can answer questions and do some basic tasks, all from the browser or cli.

Available models

  • Meta : llama2-70b-4096
  • Google : gemma-7b-it
  • Mistral AI : mixtral-8x7b-32738

This is a simple project to demonstrate how to use AI Api's and mix them to create new interesting stuff.

Installation

Clone the repository

git clone https://github.com/meliani/groq-deepgram-cli.git

Install dependencies

pip install -r requirements.txt

Add your API keys

Add your API keys to the .sh file.

export GROQ_API_KEY="your-groq-api-key"
export DG_API_KEY="your-deepgram-api-key"

Quick Run

From sh or bat file

This will register the API keys and run the app.

./run.sh

Or Run with python internpreter

For CLI

Register the API keys as environment variables and run the code.

python cli/app.py

For Web

python web/app.py

Contribute

Contributons are always welcome : fork -> create branch ->push to your repo -> open PR on the main repo meliani/ai-voice-cli

ai-voice-cli's People

Contributors

meliani avatar

Stargazers

 avatar

Watchers

 avatar  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.