Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

speech-helper

This repository contains the FrontlineReady MVP inside accent-coach/.

  • Project README: accent-coach/README.md
  • Docker Compose: accent-coach/docker-compose.yml

Quick start (local)

Backend:

cd accent-coach/api
python3.11 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python -m uvicorn main:app --reload --host 127.0.0.1 --port 8000

Frontend:

cd accent-coach/web
npm install
npm run dev

Open http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages