https://github.com/yesner/transcript_audio
transcript_audio
https://github.com/yesner/transcript_audio
Last synced: 18 days ago
JSON representation
transcript_audio
- Host: GitHub
- URL: https://github.com/yesner/transcript_audio
- Owner: Yesner
- Created: 2025-01-13T17:57:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-13T18:16:47.000Z (over 1 year ago)
- Last Synced: 2025-03-21T06:28:07.500Z (about 1 year ago)
- Language: Python
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎧 Transcript Audio

Transcribe audio files effortlessly using our Streamlit app. Upload your audio files and get the transcriptions in no time!
## 🚀 Features
- **Easy File Upload**: Upload your audio files directly through the app.
- **Real-time Progress**: Track the transcription progress with a progress bar.
- **Instant Results**: Get your transcriptions displayed instantly once processed.
## 🛠️ Installation
1. Clone the repository:
```sh
git clone https://github.com/Yesner/transcript_audio.git
```
2. Navigate to the project directory:
```sh
cd transcript_audio
```
3. Install the dependencies:
```sh
pip install -r requirements.txt
```
## 📦 Usage
1. Run the Streamlit app:
```sh
streamlit run main.py
```
2. Open your browser and go to `http://localhost:8501`.
3. Upload your audio file and wait for the transcription.
## 📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
## 👤 Author
- **Yesner Salgado** - [LinkedIn](https://www.linkedin.com/in/yesner-salgado/)
---
Feel free to contribute to this project by submitting issues or pull requests.