https://github.com/vprusso/spaceapps_clouds_or_contrails
https://github.com/vprusso/spaceapps_clouds_or_contrails
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vprusso/spaceapps_clouds_or_contrails
- Owner: vprusso
- License: gpl-3.0
- Created: 2016-04-23T03:50:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-25T16:35:03.000Z (over 9 years ago)
- Last Synced: 2025-03-23T14:37:57.987Z (7 months ago)
- Language: Java
- Size: 20.3 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MAIN README FILE:
==========================# bing_image_downloader:
Allows one to download images from Bing. These images can then be
used to train a cloud or contrail classifier.# flight_data:
Extract data on commercial flights that have passed over a specified
LATITUDE and LONGITUDE. Will find all flights near the specified
coordinates over a given RADIUS (in terms of miles).# user_location_and_upload_picture:
Android application. Obtains the user's latitude and longitude, and allows
the user to send a picture taken from device to server.# watson_image_classification:
Uses the Watson Visual Recognition service to create a cloud / contrail
classifier, and then test whether or not a given image is a contrail or not.