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
- Host: GitHub
- URL: https://github.com/nidhaloff/deep-translator-api
- Owner: nidhaloff
- License: apache-2.0
- Created: 2022-03-27T18:11:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T13:58:53.000Z (over 3 years ago)
- Last Synced: 2025-05-07T18:03:57.974Z (5 months ago)
- Language: Python
- Size: 143 KB
- Stars: 14
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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`