Language Translator

This project is a simple web application built using Flask that translates messages between different languages.This project is a simple web application built using Flask that translates messages between different languages. It leverages the Azure Cognitive Services Translation API to provide accurate and efficient translations.

Installation

To install the necessary dependencies for this project, follow these steps:

  1. Clone the Repository:
    git clone https://github.com/yourusername/your-repo.git
    cd your-repo
  2. Install Dependencies:
    pip install -r requirements.txt
  3. Set Up Azure Translation API:
Sign up for Azure Cognitive Services and get your API key.
Set your API key and endpoint in the environment variables or a configuration file.
  1. Run the Application:
    flask run