PuchToTalk/ConsumerEdgeHackaton
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== Set up environment * Download LLM studio and install llama-3.2-3b-instruct model Mac: * brew install ffmpeg * brew install portaudio Download LM Studio ``` python -m venv .venv source .venv/bin/activate pip install -r requirements.txt ``` === Run it ``` python ./main.py ```