Skip to content

EhsanZibaei/learn_german_with_llm

Repository files navigation

Flask Web Application

This is a simple Flask web application that corrects german sentences grammatically. It can be used for improving speaking skills. To run the web app locally on your machine:

Prerequisites

  • Python 3.8 or higher installed

Setup Instructions

  1. Clone the Project

    Clone this repository to your local machine:

    git clone <repository-url>
    cd <project-directory>
  2. Create a Virtual Environment

    Inside the project directory, create a Python virtual environment to isolate the project dependencies:

    python -m venv .venv
  3. Activate the Virtual Environment

    On macOS and Linux:

    source .venv/bin/activate

    On Windows:

    .venv\Scripts\activate
  4. Install Dependencies

    Install the necessary Python libraries from the requirements.txt file:

    pip install -r requirements.txt
  5. Run the Application

    Start the web application locally by running:

    python main.py
  6. Access the Web App

    Open your browser and visit http://localhost:8080/ to see the application running.

Additional Notes

  • Make sure your virtual environment is activated before running the app or installing additional libraries.
  • You can deactivate the virtual environment anytime by running:
    deactivate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published