Skip to content

CodersCreative/voice-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SADE Voice Assistant Rust

SADE is a rust voice assistant which is was made to be easy to set up, customize and learn from.

Installation

Download LLM Model

Install Ollama
Pull Orca-Mini

On Linux:

# Install ollama:
curl https://ollama.ai/install.sh | sh

# Pull orca-mini:
ollama pull orca-mini:3b

Run SADE Voice Assistant

# Clone the repository:
git clone https://gitlab.com/officialccoders/voice-assistant-rust.git
cd voice-assistant-rust

# Copy over config file:
cp src/config/config_default.json src/config/config.json

# Install python dependencies:
pip install -r requirements.txt

# Build and run app with release tags:
cargo build --release
cargo run --release

# Or simply:
cargo run

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A rust voice assistant which is was made to be easy to set up, customize and learn from.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages