Skip to content
/ Rotts Public

Full-stack web service with React frontend and Python backend. Features Edge text-to-speech and supports multiple languages and voice customization.

License

Notifications You must be signed in to change notification settings

yikZero/Rotts

Repository files navigation

English | 简体中文

Rotts

Full-stack web service with React frontend and Python backend. Features Edge text-to-speech and supports multiple languages and voice customization.

Features

  • 🗣️ Utilizes Microsoft Edge's online text-to-speech service
  • 🎧 Supports multiple voices and languages
  • 🎛️ Adjustable speech rate, volume, and pitch
  • 📜 Supports subtitle export

Tech Stack

Deploy

Deploy with Vercel

Local Environment Setup

# Frontend
cd frontend
npm install
npm run dev

# Backend
cd api
pip install -r requirements.txt
source venv/bin/activate
uvicorn main:app --reload

About

Full-stack web service with React frontend and Python backend. Features Edge text-to-speech and supports multiple languages and voice customization.

Topics

Resources

License

Stars

Watchers

Forks