fgirbal / Solar-Rooftops-CV

A web app where a user enters his address to receive the size of his rooftop available for solar panels. The app uses image segmentation to detect the rooftops and connects to an external API for data on the climate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solar Rooftops CV

A web app where a user enters his address to receive the size of his rooftop available for solar panels. The app uses image segmentation to detect the rooftops and connects to an external API for data on the climate.

Running the server

Using virtualenv (pip install virtualenv) run:

virtualenv [name_of_environment]
source [name_of_environment]/bin/activate

Then, simply run:

pip install -r requirements.txt
cd app
python app.py

About

A web app where a user enters his address to receive the size of his rooftop available for solar panels. The app uses image segmentation to detect the rooftops and connects to an external API for data on the climate.


Languages

Language:Python 95.7%Language:Jupyter Notebook 3.5%Language:C 0.4%Language:C++ 0.2%Language:TeX 0.1%Language:JavaScript 0.1%Language:Fortran 0.0%Language:CSS 0.0%Language:HTML 0.0%Language:PowerShell 0.0%Language:MATLAB 0.0%Language:Shell 0.0%Language:Smarty 0.0%Language:Makefile 0.0%