To run the project, follow these steps:
-
Clone the repository:
git clone 'https://github.com/{username}/EQ-Insight.git'
cd 'EQ-Insight'
-
Set up a Python environment and install dependencies:
python -m venv venv venv\Scripts\activate
pip install -r requirements.txt
-
Run the Flask app:
python app.py
-
Open a web browser and navigate to
http://127.0.0.1:5000/
to interact with the app.