# darija_translator
A fun little project i did using the darija_open_dataset
for translating the Moroccans main language (Darija) to english
features:
- fast auto completion using Tries(prefix trees).
- various categories with more than 10000 words.
### screenshots
## installation
### the api
run
```sh
$ cd api
$ pip install -r requirements.txt
$ python -B main.py
```
### front-end
run
```sh
$ cd front-end
$ npm install
$ npm run dev
```
## tech
- darija_open_dataset
- FastApi
- ReactJs