Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
API to Informal dictionary for the idiomatic expressions that each Brazilian region It has
| Date | Stars |
|---|---|
| 2026-07-24 | 255 |
| 2026-07-25 | 255 |
| 2026-07-28 | 255 |
| 2026-07-30 | 255 |
| 2026-08-06 | 255 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<p align="center">
<img width="400" height="auto" src=".github/logo.svg"/>
</p>
[](https://circleci.com/gh/mvfsillva/dialetus-service)
[](http://makeapullrequest.com)
[](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)
[](#contributors-)
# How did the idea come about?
The idea came about through the meeting of friends who only knew each other through the internet, each one with its linguistic-cultural traits, we thought of creating an informal dictionary for the idiomatic expressions that each Brazilian region possessed, so the project was totally collaborative, bringing cultural diversity from each one of us, being able, to deepen in the our Brazilian's daily culture.
## Projects using the dialects-service
- [dialetus web](https://github.com/mvfsillva/dialetus)
- [dialetus-cli](https://github.com/bukinoshita/dialetus-cli) by [Bu Kinoshita](https://github.com/bukinoshita)
- [dialetus-ios](https://github.com/pamnovalli/dialetus-ios) by [Pamela Bembe](https://github.com/pamnovalli/dialetus-ios)
## 📃 API
All endpoints live under the URL https://dialetus-service.herokuapp.com and then generally follow the REST architecture.
All requests must be encoded as JSON with the Content-Type: application/json header. Most responses, including errors, are encoded exclusively as JSON as well.
### Structure of dialect object
The dialect object in `dialects` folder has the following fields:
```js
{
"dialect": String,
"meanings": Array<String>,
"examples": Array<String>,
"synonyms": Array<String> // (optional)
}
```
### GET /regions
List all regions available with the total mapped dialects.
#### Request
```bash
$ curl https://dialetus-service.herokuapp.com/regions
```
#### Response
```json
[{
"name": "alagoanes",
"total": 64
}, {
"name": "amazones",
"total": 9
}, {
"name": "baianes",
"total": 42
}, {
"name": "carioques",
"total": 14
}, {
"name": "catarines",
"total": 22
}, {
"name": "cearences",
"total": 10
}, {
"name": "gauches",
"total": 25
}, {
"name": "lageanes",
"total": 28
}, {
"name": "maranhes",
"total": 15
}, {
"name": "mineires",
"total": 26
}, {
"name": "paraense",
"total": 30
}, {
"name": "paranes",
"total": 53
}, {
"name": "paulistes",
"total": 16
}, {
"name": "pernambuques",
"total": 17
}, {
"name": "piauies",
"total": 30
}, {
"name": "potiguares",
"total": 35
}, {
"name": "rondones",
"total": 9
}, {
"name": "sergipanes",
"total": 11
}]
```
### GET /regions/:region/dialects
List all dialects mapped.
#### Request
```bash
$ curl https://dialetus-service.herokuapp.com/regions/baianes/dialects
```
#### Response
```json
[
{
"slug": "relaxe-mo-fiu",
"dialect": "Relaxe mô fiu.",
"meanings": [
"Sem problemas",
"Fique tranquilo"
],
"examples": [
"Ô vei, relaxe mô fiu todo nervoso ele."
]
},
{
"slug": "e-bala",
"dialect": "É bala!",
"meanings": [
"algo interessante",
"massa"
],
"examples": [
"Que computador bala!"
]
},
{
"slug": "comer-agua",
"dialect": "Comer água!",
"meanings": [
"Vodka",
"Cerveja",
"Qualquer bebida que contenha álcool"
],
"examples": [
"Vamo pro reg comer água galera!"
]
},
]
```
### GET /regions/:region/dialects/:slug
Get a dialect by slug.
#### Request
```bash
$ curl https://dialetus-service.herokuapp.com/regions/baianes/dialects/relaxe-mo-fiu
```
#### Response
```json
{
"slug": "relaxe-mo-fiu",
"dialect": "Relaxe mô fiu.",
"meanings": [
"Sem problemExcerpt of 17,639 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:bc0e6ecc4eff8892, topic:serverless