An open API service indexing awesome lists of open source software.

https://github.com/nidhaloff/deep-translator-api

API based on the deep-translator pakcage
https://github.com/nidhaloff/deep-translator-api

Last synced: 5 months ago
JSON representation

API based on the deep-translator pakcage

Awesome Lists containing this project

README

          

# deep-translator-api
API based on the deep-translator pakcage and fastapi

## Usage
Go and try deep-translator-api in action [here](https://deep-translator-api.azurewebsites.net/docs)

## Docker

If you want to use docker, you can pull the official image:

```
docker pull nidhaloff/deep-translator-api

```

## Run locally

1- Clone the repo
2- Run `poetry install` to install dependencies
3- Run `python src/main.py`