Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhdev committed Sep 27, 2024
1 parent 2b9a4eb commit 932ca8d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ This assistant can run offline on your local machine, and it respects your priva

![Screenshot](https://raw.githubusercontent.com/vietanhdev/llama-assistant/refs/heads/main/screenshot.png)

## TODO

- [ ] Support other text models: Llama 3.x.
- [ ] Support multimodal models: LLaVA, Llama 3.2 + Vision.
- [ ] Add offline STT support: WhisperCPP.
- [ ] Add wake word detection: "Hey Llama!".
- [ ] Knowledge database.
- [ ] Video interaction support.
- [ ] Plugin system for extensibility.

## Features

- 🎙️ Voice recognition for hands-free interaction
Expand All @@ -43,6 +53,7 @@ This assistant can run offline on your local machine, and it respects your priva

```bash
pip install llama-assistant
pip install pyaudio
```

**Or install from source:**
Expand Down Expand Up @@ -118,6 +129,5 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file

## Contact

Viet-Anh Nguyen - [@vietanhdev](https://github.com/vietanhdev)

Project Link: [https://github.com/vietanhdev/llama-assistant](https://github.com/vietanhdev/llama-assistant)
- Viet-Anh Nguyen - [vietanhdev](https://github.com/vietanhdev), [contact form](https://www.vietanh.dev/contact).
- Project Link: [https://github.com/vietanhdev/llama-assistant](https://github.com/vietanhdev/llama-assistant)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "llama-assistant"
version = "0.1.12"
version = "0.1.14"
authors = [
{name = "Viet-Anh Nguyen", email = "[email protected]"},
]
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ SpeechRecognition==3.10.4
markdown==3.7
pynput==1.7.7
llama-cpp-python
huggingface_hub==0.25.1
huggingface_hub==0.25.1
pyaudio==0.2.14

0 comments on commit 932ca8d

Please sign in to comment.