Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

mcao/Image2Haiku

Repository files navigation

Documentation:

Commenting:

1. Before a function

###############################################
#Precondition: —what does this function need, and what type-
#Postcondition: -What does this function return, and what type-
#Summary: -Summarize the function-
###############################################

2. Describe chunks of code. Describe as if your parents could read it and understand what it does

3. At the top of the file

###############################################
#Name of File:
#Purpose of File:
#API’s:
###############################################

Variables:

No camelBack. Use under_score 

Global variables are UPPER_CASE

About

Image2Haiku: A project for HackPSU Fall 2018 utilizing Google Cloud, AccuWeather, Clarifai, and Image Generation APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published