Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thefcraft/jarvis
Virtual Assistant
https://github.com/thefcraft/jarvis
gui text-to-speech virtual-assistant virtual-assistant-ai
Last synced: 7 days ago
JSON representation
Virtual Assistant
- Host: GitHub
- URL: https://github.com/thefcraft/jarvis
- Owner: thefcraft
- Created: 2024-01-27T07:14:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-12T14:05:04.000Z (8 months ago)
- Last Synced: 2024-03-12T15:29:57.287Z (8 months ago)
- Topics: gui, text-to-speech, virtual-assistant, virtual-assistant-ai
- Language: ASP.NET
- Homepage:
- Size: 30.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Virtual assistant
video demo [instagram](https://www.instagram.com/p/C2k_VdohUqf/)
## Setup LLM- Install [LM Studio](https://lmstudio.ai/) or and other openai API compatible server
- Load and run a large language model to localhost
- you can see the setup on [youtube](https://www.youtube.com/watch?v=IgcBuXFE6QE&ab_channel=AllAboutAI)## Install Requirements
- Install python
- pip install -r requirements.txt
- Download checkpoints from [huggingface](https://huggingface.co/thefcraft/JARVIS-ckpt)
- you can use
```
git lfs install
git clone https://huggingface.co/thefcraft/JARVIS-ckpt
```
- paste the base_speakers and converter to checkpoints folder
## clone repo- git clone repo url or download zip
## How to Run
- python rungui.py
- python main.py## Ideas
- we can use it as normal ai assistant
- we can simulate an interactive interview## credits
- [LM Studio](https://lmstudio.ai/)
- [OpenVoice](https://github.com/myshell-ai/OpenVoice)
- [VTuber_Unity](https://github.com/kwea123/VTuber_Unity/releases)