This is a web service built using FastAPI and OpenAI's GPT-3.5-Turbo model that enables translation of various types of documents. The service currently supports translation of PDF, Word, CSV, TXT, and PPTX files.
126
stars
29
forks
source link
The program gets stucked at this point and cannot process the file. Some idea? #8
curl --location --verbose --include 'http://0.0.0.0:8000/translate' \ --form 'api_type=open_ai' \ --form 'translate_type=en_es' \ --form 'file=@"/Users/uriarecio/Documents/Working/Translator/text_to_translate.pdf"'