Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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