Skip to content

Ashad001/EQ-Insight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published