https://github.com/jacintogomez/whisper-ai-translation
Multilingual verbal conversation with an AI bot
https://github.com/jacintogomez/whisper-ai-translation
langchain openai openai-api pygame python whisper-ai whisper-api
Last synced: 2 months ago
JSON representation
Multilingual verbal conversation with an AI bot
- Host: GitHub
- URL: https://github.com/jacintogomez/whisper-ai-translation
- Owner: jacintogomez
- Created: 2024-04-11T22:43:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-22T18:22:13.000Z (about 1 year ago)
- Last Synced: 2025-02-05T09:27:53.103Z (4 months ago)
- Topics: langchain, openai, openai-api, pygame, python, whisper-ai, whisper-api
- Language: Jupyter Notebook
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whisper AI Translation
To use:
1. Change the `lang` variable in `aitalk.py` to the ISO code of whatever language you want to speak in (preferably a common one since not all are supported).
2. Run `aitalk.py` and the conversation will begin.
3. Talk only after the "recording..." text pops up in the terminal; after which you will have 5 seconds to say your response before it stops recording.This uses the OpenAI Whisper model to make translations, and LangChain to generate logical responses to user speech input.