dsc-umass / lmvp

Open source neural network versioning system that separates model management and training operations.
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Initialize Python Module #5

Open jbinvnt opened 4 years ago

jbinvnt commented 4 years ago

Module that users can install in Colab or their local machine. It should allow authenticating with Django and for users to download/upload models to the server once authenticated

jbinvnt commented 3 years ago

The module should have its own directory within the repository, any required manifest files, and an lmvp namespace which we can add functions to. The first function should be able to send an API request (using the requests module) to the server to get the names of all the projects.