Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabriel-milan/brazilian-regional-accent-detection
https://github.com/gabriel-milan/brazilian-regional-accent-detection
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabriel-milan/brazilian-regional-accent-detection
- Owner: gabriel-milan
- Created: 2021-08-11T20:09:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T21:33:54.000Z (about 3 years ago)
- Last Synced: 2024-05-01T17:40:12.188Z (7 months ago)
- Language: Python
- Size: 2.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Identificação de sotaques regionais brasileiros
Nesse repositório, você encontrará uma base de código para treinamento de modelos de redes neurais para identificação de sotaques regionais, aqui aplicados ao contexto brasileiro.
## Como funciona
(descrever melhor)
- JSON configs and models
- TensorFlow
- MinIO
- PostgreSQL## Como usar
- Criar um arquivo de variáveis de ambiente tal como o seguinte:
```
MINIO_ENDPOINT=minio.server.hostname
MINIO_ACCESS_KEY=minio_access_key
MINIO_SECRET_KEY=minio_secret_key
MINIO_BUCKET=my-bucket
MINIO_PATH_PREFIX=path_prefix/
DB_CONNECTION_URL=postgresql://user:password@hostname/database
```## Base de dados
Aguardar.