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.
- Frontend: HTML, CSS
- Backend: Python, Flask
- API: weatherAPI
To set up and run the application locally, follow these steps:
- Python 3.6 or later
- Flask
- Requests library
- Clone the repository:
git clone https://github.com/<your-username>/GoEco.git cd GoEco
- Install the required libraries:
pip install flask requests
- 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"}
- Run the application:
python app.py
- Open a browser and navigate to http://127.0.0.1:5000 to access the application.