https://github.com/liaad/ptvid_demo
Portuguese Variety Classifier demo.
https://github.com/liaad/ptvid_demo
Last synced: 11 months ago
JSON representation
Portuguese Variety Classifier demo.
- Host: GitHub
- URL: https://github.com/liaad/ptvid_demo
- Owner: LIAAD
- Created: 2025-02-18T22:25:22.000Z (over 1 year ago)
- Default Branch: prod
- Last Pushed: 2025-02-27T12:05:55.000Z (over 1 year ago)
- Last Synced: 2025-05-08T00:12:49.888Z (about 1 year ago)
- Language: TypeScript
- Size: 5.35 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portuguese Variety Identifier Demo
## Deploy with docker compose
```bash
docker compose up --build
```
## For Local Development
### Build backend
```bash
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:
```bash
cd frontend
npm install
npm run dev
```
## Citation
If you use this model in your work, please cite the following paper:
```
@article{Sousa2025,
author = {Hugo Sousa and Rúben Almeida and Purificação Silvano and Inês Cantante and Ricardo Campos and Alipio Jorge},
doi = {10.1609/aaai.v39i24.34705},
issn = {2374-3468},
issue = {24},
journal = {Proceedings of the AAAI Conference on Artificial Intelligence},
month = {4},
pages = {25192-25200},
title = {Enhancing Portuguese Variety Identification with Cross-Domain Approaches},
volume = {39},
year = {2025}
}
```