Commit History

going to use this branch to re make this program in go using the gota
da3cde4

Jensen-holm commited on

switching back to bas64 encoding/decoding with image byte data
f308820

Jensen-holm commited on

re formatting the api to contain the image bytes in json
e571d8c

Jensen-holm commited on

changing the get plot route to return bytes of the image
d13c92f

Jensen-holm commited on

creating the plot endpoint for getting result images
f38f95f

Jensen-holm commited on

think I might have to programatically create the path for the images ...
b95c374

Jensen-holm commited on

think I was right??
8f10c28

Jensen-holm commited on

think I have to specify the full path??
69a63f7

Jensen-holm commited on

fixing simple typo
655a3f5

Jensen-holm commited on

instead of returning the image bytes to the api user, we are moving towards hosting them on the backend but we need to be careful moving forwards and make sure that we delete the images after use
28d5b3d

Jensen-holm commited on

got changes working on postman
33e7a34

Jensen-holm commited on

splitting up rest api functionality to make more readable
f31d9cf

Jensen-holm commited on

reverting more code back to python 3 syntax
ecb0c79

Jensen-holm commited on

having to retract to pyhton 3.7 syntax for render
8cc2d56

Jensen-holm commited on

updating requirements
ed463f2

Jensen-holm commited on

getting rid of some more problematic type hints
0e83192

Jensen-holm commited on

railway did not like my type hinting
d23d936

Jensen-holm commited on

think I have to change it to main .py not app.py for railway
d824bdc

Jensen-holm commited on

trying without dockerfile
c8dba76

Jensen-holm commited on

re adding the get request again
7bbc9dd

Jensen-holm commited on

server is blocking reqeusts, trying to change cors arguments and stuff
066de16

Jensen-holm commited on

making it only accept post reqeusts
391ac5d

Jensen-holm commited on

clustering plot for kmeans
b378fde

Jensen-holm commited on

making better loss history / epoch plot
b6a95e0

Jensen-holm commited on

savving memory with close fig
6d15033

Jensen-holm commited on

switching to png
4629b15

Jensen-holm commited on

think that the way we had teh plot function setup may have been causing some problems with buffers in the cloud
663083f

Jensen-holm commited on

believe to have created a function to build a svg plot and send it over the network
fbe515e

Jensen-holm commited on

adding cors support for this api because we are starting to work on our web application
2c9d2bf

Jensen-holm commited on

fixing bug with algorithm as an argument for clustering, this was breaking the neural network endpoint
deecb43

Jensen-holm commited on

kmeans is ready for deployment
527f863

Jensen-holm commited on

kmeans with example plot done and ready for deployment
5e9f4d3

Jensen-holm commited on

moving on from kmeans to kmedoids
b401388

Jensen-holm commited on

kmeans clustering works and returns centroids and labeled data
04b61ad

Jensen-holm commited on

v1 of kmean may be complete
c2687ce

Jensen-holm commited on

think I am done with build func
803aad3

Jensen-holm commited on

leaving off here, working on kmeans algorithm
fcc4124

Jensen-holm commited on

working on kmeans
3cab2dd

Jensen-holm commited on

updating gitignore
40b389c

Jensen-holm commited on

starting work with clustering algorithms
932b3cb

Jensen-holm commited on

python example for creating a plot of loss history over time for neural_network
31747ca

Jensen-holm commited on