tannuiscoding / GoEco

GoEco is a project that solves the issue of energy sources. This website is going to help people in finding which renewable energy source is best for their location.
1 stars 9 forks source link

Logo

GoEco

GoEco is a web application that solves the issue of energy sources. This website is going to help people in finding which renewable energy source is best for their location.

GoEco

TechStack

Getting Started

To set up and run the application locally, follow these steps:

Prerequisites

Installation

  1. Clone the repository:

    
    git clone https://github.com/<your-username>/GoEco.git
    
    cd GoEco
  2. Install the required libraries:

    
    pip install flask requests
  3. Obtain an API key from Hugging Face and replace your key here in app.py with your API key:

    
    headers = {"Authorization": f"Bearer your_key_here"}
  4. Run the application:

    
    python app.py
  5. Open a browser and navigate to http://127.0.0.1:5000 to access the application.