Skip to content

abdullah-mobin/visa-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visa-ai

voice based ai


A software system that run in your computer from terminal and listen to your words. Perform daily tasks and browsing by visa ai and achive the power of local LLMs. A meta llama3.2: 1 billion param based model will be used. you might tweek inside out if you have better machine.

requirements

how to run

  • install ollama
curl -fsSL https://ollama.com/install.sh | sh
  • get model
ollama pull llama3.2:1b
  • clone the repo
git clone https://github.com/abdullah-mobin/visa-ai.git
  • move to cloned dir
cd visa-ai 
  • install requirements by pip
pip install -r requirement.txt
  • move to api
cd api
  • run in cli
python3 main.py 2> /dev/null
  • u might create a .sh and add to bin
  • find an example here:
#!/bin/bash
cd your_path_here
source .VISA/bin/activate
cd api
python3 main.py 2> /dev/null

About

voice controlled intelligent system assistant for linux PC (debian & arch)

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages