Skip to content

ethancaballero/clustering_graphlab_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

#User needs to run the following commands in python once the program is done running: for uploads run this:

import requests
files = {'file': ('parking_violations_short.csv', open('parking_violations_short.csv', 'rb'), 'text/csv', {'Expires': '0'})}
r = requests.post('http://127.0.0.1:9000', files=files)
r.text    #for test of what was uploaded

for downloads run this:

import requests
r = requests.get('http://127.0.0.1:9000/correlations')
r.text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published