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

Authentication with Swagger #27

Open DamiAdesola opened 3 years ago

DamiAdesola commented 3 years ago

My Changes -Added Swagger, to allow better visualisation of API(added in requirements.txt file). -Added Authentication app, which allows users to register. -Added Email Verification, which sends users verification tokens, which can then be successfully verified on the API (Email used is a test Gmail account. Details are in the setting.py file in ‘web app’.

Have a look, and run the API. Then if you decide I should separate them. Then I will work on separating them.