Skip to content

LIAAD/ptvid_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7329eb4 · Feb 27, 2025

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portuguese Variety Identifier Demo

Deploy with docker compose

docker compose up --build

For Local Development

Build backend

conda create -p ./.conda python=3.11
conda activate ./.conda
pip install -r backend/requirements.txt
python backend/app.py

Build frontend

On a different terminal, run:

cd frontend
npm install
npm run dev

About

Portuguese Variety Classifier demo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published