Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashot72/speech-to-text-to-image
Generating texts from your voice then images form the texts
https://github.com/ashot72/speech-to-text-to-image
chatgpt large-language-models llm replicate speech-to-text speechtotext stability-ai text-to-image texttoimage whisper whisper-ai
Last synced: 25 days ago
JSON representation
Generating texts from your voice then images form the texts
- Host: GitHub
- URL: https://github.com/ashot72/speech-to-text-to-image
- Owner: Ashot72
- Created: 2023-05-19T18:27:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-28T12:25:21.000Z (over 1 year ago)
- Last Synced: 2024-11-08T03:23:41.550Z (3 months ago)
- Topics: chatgpt, large-language-models, llm, replicate, speech-to-text, speechtotext, stability-ai, text-to-image, texttoimage, whisper, whisper-ai
- Language: JavaScript
- Homepage:
- Size: 2.42 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speech to Text to Image Generation
I just built an app where you can record your voice and see the text extracted from your voice and the image generated.
I turn my audio into text using [Whisper](https://openai.com/research/whisper) which is an OpenAI Speech Recognition Model that turns audio into text with up to 99% accuracy. Whisper is a speech transcription system form the creators of ChatGPT. Anyone can use it, and it is completely free. The system is trained on 680 000 hours of speech data from the network and recognizes 99 languages.
I generated images from texts using Replicate. [Replicate](https://replicate.com/blog/machine-learning-needs-better-tools) runs machine learning models on the cloud. They have a library of open-source
models that we can run with a few lines of code.To get started.
```
Clone the repositorygit clone https://github.com/Ashot72/Speech-to-Text-to-Image
cd Speech-to-Text-to-ImageAdd your keys to .env file
# installs dependencies
npm install# to run locally
npm start
```Go to [Speech To Text to Image Generation Video](https://youtu.be/ZI6Q60PrUCE) page
Go to [Speech To Text to Image Generation description](https://ashot72.github.io/Speech-to-Text-to-Image/doc.htm) page