Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1006 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 1006 Bytes

EaseVoice Trainer Portal

Status

AI voice training management platform is built based on React + TypeScript + Vite.

🚧 Work In Progress

The project is currently under development and the following functions are being implemented:

  • Sound cloning

  • Audio recording and uploading

  • Waveform visualization

  • Model training

  • Cloud File Management

  • Data annotation

Tech Stack

Getting Started

# Install dependencies
pnpm install

# Start the development server
pnpm dev

# Build for production
pnpm build