Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hajin-park/spotify-translator
translate/transcribe spotify songs using urls or audio files
https://github.com/hajin-park/spotify-translator
openai-whisper spotify transcription translation
Last synced: about 1 month ago
JSON representation
translate/transcribe spotify songs using urls or audio files
- Host: GitHub
- URL: https://github.com/hajin-park/spotify-translator
- Owner: hajin-park
- License: mit
- Created: 2024-02-21T18:51:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T18:37:03.000Z (8 months ago)
- Last Synced: 2024-09-29T09:41:03.771Z (about 2 months ago)
- Topics: openai-whisper, spotify, transcription, translation
- Language: Python
- Homepage: https://pypi.org/project/spotify-translator/
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Translator
A simple [OpenAI Whisper](https://github.com/openai/whisper) and
[Spotify-DL](https://github.com/SathyaBhat/spotify-dl) wrapper that translates
and transcribes lyrics of Spotify songs.## Installation
To install:
```
pip3 install spotify-translator
```For Spotify ClientID:
```
export SPOTIPY_CLIENT_ID=your-spotify-client-id
export SPOTIPY_CLIENT_SECRET=your-spotify-client-secret
```To run:
```
spotify_translator --url LINKHERE -d
````-d` is optional, its just for downloading files.
## Usage## Optional Arguments