We made an application to determine the feasibility of switching to green energy sources in specific states. The application is based on data from the US Energy Information Administration [link]
The traditional sources of electricity (coal, oil, gas) are being replaced by more environmentally friendly ones. This transition requires certain financial expenses, but now not all countries and regions are aware of the scale of the problem. We believe that the key problem is the lack of desire to change the existing order of things due to the inability to see the need for these changes.
We offer a tool that will help analytical departments in many government agencies and private companies see the need for a transition to solar and wind energy, as well as baseline assess the feasibility of such a transition.
With fairly complete statistics on the US energy sector, we have developed a kind of recommendation system that allows us to assess the possibility and feasibility of increasing the share of renewable energy sources in the state based on weather observations.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Set up IBM Cloud (Watson) and HERE Map API keys as an enviroment variable:
export HERE_API_KEY='\<api key\>'
export WATSON_API_KEY='\<api key\>'Set up required python libraries:
pip install -r requirements.txtIn project main directory run:
python ./app/app.pyAnd open localhost:8080 in your browser.
- Watson Knowledge Catalog
- Watson ML and Watson Studio
- IBM Cloud Storage
- HERE Map API
- IBM Cloud API (described at step 5)
- Flask
- Nikita Vaganov - justaleaf
- Maxim Dobrokhvalov - Nightbot1448
- Yaroslav Piskunov - ierikhon
