Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steq28/whisper_video_to_text
https://github.com/steq28/whisper_video_to_text
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/steq28/whisper_video_to_text
- Owner: steq28
- License: mit
- Created: 2024-02-06T17:05:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T17:21:13.000Z (about 1 year ago)
- Last Synced: 2024-02-06T18:31:28.159Z (about 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whisper AI Video Transcript Generator
This Python script utilizes the Whisper AI API to generate transcript text for all video files within a specified folder. It automates the process of extracting spoken content from videos, making it convenient for various applications such as video indexing, content analysis, and accessibility enhancements.
## Requirements
- Python 3.6+
## Installation
1. Clone this repository:
```bash
git clone https://github.com/steq28/whisper_video_to_text.git
```2. Navigate to the project directory:
```bash
cd whisper_video_to_text
```3. Install dependencies:
```bash
pip install -r requirements.txt
```## Usage
1. Place your video files in a folder.
2. Run the script:```bash
python video_to_text_script.py
```3. The transcript text for each video will be saved in separate text files in the output folder.
## Contributing
Contributions are welcome! Please feel free to open issues or submit pull requests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.