pooya-mohammadi /
face-detection-flask-nginx-gunicorn-docker
This is a minimal implementation of face-detection models using flask, gunicorn, nginx, docker, and docker-compose
48/100 healthLoading repository data…
twirapp / repository
This is a simple server that uses Silero models to convert text to audio files over HTTP
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
[!NOTE] All models are from the repository: snakers4/silero-models
| Language | Model | Speakers |
|---|---|---|
| Russian | v4_ru | 5: aidar, baya, kseniya, xenia, eugene |
| Ukrainian | v4_ua | 1: mykyta |
| Uzbek | v4_uz | 1: dilnavoz |
| English | v3_en | 118: en_0, en_1, ..., en_117 |
| Spanish | v3_es | 3: es_0, es_1, es_2 |
| French | v3_fr | 6: fr_0, fr_1, fr_2, fr_3, fr_4, fr_5 |
| German | v3_de | 5: bernd_ungerer, eva_k, friedrich, hokuspokus, karlsson |
| Tatar | v3_tt | 1: dilyara |
| Mongolian | v3_xal | 2: erdni, delghir |
[!IMPORTANT] This requires docker installed and the docker daemon running
docker run --rm -p 8000:8000 twirapp/silero-tts-api-server
Clone the repository:
git clone https://github.com/twirapp/silero-tts-api-server.git && cd silero-tts-api-server
Build docker image:
docker build -f docker/Dockerfile -t silero-tts-api-server .
Run the container:
docker run --rm -p 8000:8000 silero-tts-api-server
Or use docker compose:
docker-compose -f docker/compose.yml up
[!IMPORTANT] Minimum requirement python 3.9
This project uses rye for dependency management, it assumes you have installed it
Clone the repository
git clone https://github.com/twirapp/silero-tts-api-server.git && cd silero-tts-api-server
Install dependencies
This will automatically create the virtual environment in the .venv directory and install the required dependencies
rye sync
python3 -m venv .venv && source .venv/bin/activate
Install only the required dependencies:
pip3 install --no-deps -r requirements.lock
Download silero tts models
bash ./install_models.sh
Run the server
litestar run
[!NOTE] The default will be localhost:8000
You can view the automatically generated documentation based on OpenAPI at:
GET /generate - Generate audio in wav format from text. Parameters: text speaker sample_rate, pitch, rateGET /speakers - Get list of speakerssample_rate can be set from 8 000, 24 000, 48 000
pitch and rate can be set from 0 to 100
TEXT_LENGTH_LIMIT - Maximum length of the text to be processed. Default is 930 characters.MKL_NUM_THREADS - Number of threads to use for generating audio. Default number of threads: number of CPU cores.This repository is dedicated to twir.app and is designed to meet its requirements.
TwirApp needs to generate audio using the CPU. If support for other devices such as cuda or mps is needed, please open an issue.
Selected from shared topics, language and repository description—not editorial ratings.
pooya-mohammadi /
This is a minimal implementation of face-detection models using flask, gunicorn, nginx, docker, and docker-compose
48/100 healthimmobiliare /
This project is a versatile load testing tool designed to evaluate the performance and resilience of web services and APIs.
46/100 healthKianoush-h /
This project is a simple web application built with Python and Flask that allows users to upload a picture of a product, such as a pen, and then performs a Google image search to find stores that sell the product. The app then extracts and presents a list of stores along with their prices for the identified product.
45/100 healthsatyarth12 /
This API is built using django rest framework and has all the features (Vendor and Customer) of a food delivery app, say Zomato.
67/100 healthAiGptCode /
This Python script is a command-line interface (CLI) for interacting with OpenAI's GPT-3.5 Turbo model. It allows you to have conversations with the model, generate commands, and more.
42/100 healtheduardo-da-silva /
The main purpose of this project is to create a mock API Rest with Flask, to be used in the development of the frontend of the mobile project.
34/100 health