Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)