Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 562 Bytes

File metadata and controls

14 lines (8 loc) · 562 Bytes

FastAPI_Translator

Project Description

This project is a Language Translation Web Application that allows users to:

Input multiple text statements or complex JSON structures.

Automatically translate them into a selected target language.

Store and manage translations using MongoDB.

It is built with React (frontend), FastAPI + Uvicorn (backend), and integrates translation libraries such as deep-translator.

Basically, it can translate between the languages English, Hindi, Marathi at the moment. Also, it can be modified further for multiple languages.