JerryLinLinLin / local-talking-llm

A talking LLM that runs on your own computer without needing the internet.

Home Page:https://blog.duy.dev/build-your-own-voice-assistant-and-run-it-locally/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Instruction

Download Ollama & Install: https://ollama.com/download

Open Terminal

# ffmpeg
iex (irm ffmpeg.tc.ht)

# ollama
ollama pull qwen:7b

# virtual env
pip install virtualenv
python -m venv venv
venv\Scripts\activate

# dependency
pip install -r .\requirements.txt

About

A talking LLM that runs on your own computer without needing the internet.

https://blog.duy.dev/build-your-own-voice-assistant-and-run-it-locally/

License:MIT License


Languages

Language:Python 96.9%Language:Makefile 3.1%