Running the Project

To run the project, follow these steps:

  1. Clone the repository:

    git clone 'https://github.com/{username}/EQ-Insight.git'
    cd 'EQ-Insight'
  2. Set up a Python environment and install dependencies:

    python -m venv venv
    venv\Scripts\activate
    pip install -r requirements.txt
  3. Run the Flask app:

    python app.py
  4. Open a web browser and navigate to http://127.0.0.1:5000/ to interact with the app.