Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willdphan/little-jarvis-whisper
Jarvis, a GPT Voice Assistant made with speech recognition, OpenAI's Whisper, and Gradio
https://github.com/willdphan/little-jarvis-whisper
gradio openai voice-assistant voice-recognition whisper
Last synced: 22 days ago
JSON representation
Jarvis, a GPT Voice Assistant made with speech recognition, OpenAI's Whisper, and Gradio
- Host: GitHub
- URL: https://github.com/willdphan/little-jarvis-whisper
- Owner: willdphan
- License: mit
- Created: 2023-03-19T01:51:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-19T04:39:06.000Z (over 1 year ago)
- Last Synced: 2024-07-29T20:31:22.464Z (4 months ago)
- Topics: gradio, openai, voice-assistant, voice-recognition, whisper
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jarvis, AI Personal Asistant
This repository uses `OpenAI`'s Whisper and `Gradio` to generate audio responses from a personal assistant named Genie.
## Installation
To install `Gradio` and `OpenAI`, use the commands below.
pip3 install openai
pip3 install gradioOr just use this command to install everything for you.
pip3 install -r requirements.txt
## Usage
Startup the Gradio interface with the command below. On the Gradio interface, simply record some audio acknowledging Jarvis. Jarvis (using OpenAI's whisper model) will provide a response.
python3 genius.py
Javis's response will be in audio format and will be printed on the interface.
## License
This script is open-source and licensed under the MIT License. For more details, check the [LICENSE](LICENSE) file.