Skip to content

mayank072015/Algal-Bloom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algal-Bloom

The goal of this porject is to create a Convolutional Neural Network that will examine the month by month progress of algal blooms in the Great Lakes and create a predicative algorithm that you can input a picture of the great lakes to as well as some other data (ex: time of year). It will be able to ouput a photo that is a prediction of what the algal bloom in that photo will look like in a month, 3 months, and a year. We are using http://www.greatlakesremotesensing.org/ for our data.


Prerequisites

  • Install Theano
    pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git

  • Install TensorFlow
    pip install tensorflow

  • Install Keras
    pip install --upgrade keras

  • Download the dataset

File structure:

master
  -cnn.py
  -dataset
    -training_set
      -cat
      -dog
    -testing_set
      -cat
      -dog

If the project does not run you may also have to install Pillow: pip install Pillow

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%