Skip to content

Blu-Eagle/local-jarvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a test to build a completely local interface to artificial intelligense using speech in input and getting back speech to output. th idea is to:

  • get audio from microphone
  • convert it to text using speech2text
  • feeding it ollama mistral (you need to install it froom its web site)
  • push the answer to a text2speech

it tries to have everython locally. as long as it is noow it works :)

if you improve it let me know :)

start making a virtual environment with python -m venv venv

and then install all the dependencies from requirements.txt, probably there is more than it is needed, i forgot to remove the unsused ones.

About

speech to speech using ollama

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages