| title | rag |
|---|---|
| app_file | main.py |
| sdk | gradio |
| sdk_version | 5.8.0 |
-
Task: this project aims to translate from English to French
-
Hosted service:
- huggingface spaces: https://huggingface.co/spaces/Rmajor/rag
- gradio: https://1f3b5ea8e182e47b3b.gradio.live
- Source code: https://github.com/rmmajor/nlp_rag_proj
- docker way:
- build with `docker build -t english-to-french-translator .
- run with
docker run -p 7860:7860 english-to-french-translator
- local way:
- run the script:
python main.py