Skip to content

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.

Notifications You must be signed in to change notification settings

MansiJangid/GoEco

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Frontend: HTML, CSS
  • Backend: Python, Flask
  • API: weatherAPI

Getting Started

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

Prerequisites

  • Python 3.6 or later
  • Flask
  • Requests library

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.5%
  • CSS 24.1%
  • Python 17.4%