fixing bug that happened with a type that I made, I think huggingface de85694 Jensen-holm commited on Apr 17
latest update, finishing classification with MNIST! More details on 6d0453c Jensen-holm commited on Apr 15
switching to gradio and a complete rewrite that I did over in the 6307b4f Jensen-holm commited on Apr 12
also returning accuracy score from test data from the api bff0f22 Jensen-holm commited on Oct 15, 2023
currently debugging mismatched shape error when computing weights and 880505a Jensen-holm commited on Oct 11, 2023
going to use this branch to re make this program in go using the gota da3cde4 Jensen-holm commited on Oct 9, 2023
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 Jul 8, 2023
splitting up rest api functionality to make more readable f31d9cf Jensen-holm commited on Jul 4, 2023
think I have to change it to main .py not app.py for railway d824bdc Jensen-holm commited on May 9, 2023
server is blocking reqeusts, trying to change cors arguments and stuff 066de16 Jensen-holm commited on May 9, 2023
adding cors support for this api because we are starting to work on our web application 2c9d2bf Jensen-holm commited on May 8, 2023
fixing bug with algorithm as an argument for clustering, this was breaking the neural network endpoint deecb43 Jensen-holm commited on May 8, 2023
kmeans clustering works and returns centroids and labeled data 04b61ad Jensen-holm commited on May 8, 2023
cleaning up readme, now moving on to building clustering algorithms from scratch 1936952 Jensen-holm commited on May 4, 2023
having some issues with backprop when trying to use the iris dataset ba1e2db Jensen-holm commited on May 4, 2023
successfully returning data on how the neural network performed 3563daa Jensen-holm commited on May 3, 2023
updating requirements.txt and cleaning things up. Thought it would be working but for some reason requests from postman are not making it to the api f9846ff Jensen-holm commited on May 3, 2023
cutting the front end mess and just using this as a backend api c2ccf60 Jensen-holm commited on May 3, 2023
splitting up some backprop functions that may have been too long 24f2542 Jensen-holm commited on May 2, 2023
working on making it just a flask app, got rid of the main.py stuff 31806c5 Jensen-holm commited on Apr 26, 2023