Skip to content

animebing/edge-tts-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edge TTS Nextjs App

Web application using edge-tts and nextjs

Introduction

This project consists of two parts👇

  1. web: nextjs web app
  2. backend: edge-tts fastapi service

Local Development

Clone project

git clone https://github.com/animebing/edge-tts-nextjs
cd edge-tts-nextjs

Nextjs Web App, in web directory

  1. locate a .env file with content below
EDGE_TTS_URL="http://127.0.0.1:8000/api/tts"
  1. install dependencies
npm install
  1. start web server
npm run dev

Edge-tts Fastapi Service, in backend directory

  1. install dependencies
pip install -r requirements.txt
  1. start fastapi service
uvicorn main:app

Dependency

About

Web application using edge-tts and nextjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published