https://github.com/ezaco-dev/audiototext
tools python - audio to text v.1.0.0 - LWS25 Project by ezaco (Local Web Software)
https://github.com/ezaco-dev/audiototext
audio audio-processing audio-to-text audio-tool flask python-tool python3
Last synced: 3 months ago
JSON representation
tools python - audio to text v.1.0.0 - LWS25 Project by ezaco (Local Web Software)
- Host: GitHub
- URL: https://github.com/ezaco-dev/audiototext
- Owner: ezaco-dev
- License: mit
- Created: 2025-03-17T13:20:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-30T16:49:37.000Z (3 months ago)
- Last Synced: 2025-03-30T17:33:57.299Z (3 months ago)
- Topics: audio, audio-processing, audio-to-text, audio-tool, flask, python-tool, python3
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Audio to Text Transcriber
# LWS25 🗣️➡️📝### 🎯 About
Audio to Text Transcriber is part of the **Local Web Software 2025 (LWS25)** project, designed to convert audio files to text offline using Flask, SpeechRecognition, and Pydub.---
---
## ⚡ Features
✅ Supports multiple languages (Indonesian, English, Japanese, Korean, Arabic)
✅ Accurate transcription using Google Speech API
✅ One-click copy to clipboard
✅ Simple dark-themed UI---
# 🚀 Installation
## 1. installing package
- ### on termux
```bash
pkg install python3 git
```
- ### on linux
```bash
apt install python3 git
```
---## 2. Clone the Repository
```bash
git clone https://github.com/username/stt-py-lws25.git
```---
## 3. install pip package
```bash
pip install -r requirements.txt
```
---
## 4. run the server
```bash
python3 app.py
```