This project is a simple web app for translating English text to French using Natural Language Processing (NLP) and Gradio. Gradio is a Python library that allows you to rapidly create UIs for machine learning models.
-
Clone the repository:
git clone https://github.com/your-username/translation-web-app.git cd translation_web_app_using_nlp_and_gradio-main
-
Run the Jupyter Notebook:
jupyter notebook translation_web_app.ipynb
-
Open the notebook and run the cells to load the pretrained model and set up the translation functions.
-
Execute the cell with Gradio to launch the local web interface.
-
Visit the provided local URL in your web browser to access the translation web app.
Provide guidelines for others who may want to contribute to your project. Include information about how to submit issues or pull requests.