A simple web application built with Flask that allows users to generate speech from text using ElevenLabs' text-to-speech API.
- Credit usage tracking
- Multiple API keys
- Multiple voice options
- Download generated audio files
-
Clone the repository:
git clone https://github.com/afkarxyz/elevenlabs-free.git cd elevenlabs-free/free
-
Install required Python packages:
pip install flask elevenlabs
-
Configure the application:
- Get your API key from ElevenLabs
- Replace
API_KEY
inapi_keys.json
with your actual key
-
Run the application:
python app.py
-
Access the web interface at
http://127.0.0.1:5000