Skip to content

Files

Latest commit

fa62d86 · Feb 28, 2020

History

History
46 lines (37 loc) · 1.39 KB

README.md

File metadata and controls

46 lines (37 loc) · 1.39 KB

GTModelZoo

GTModelZoo aims to provide a portal to submit and explore DL Benchmarking projects.

What can GTModelZoo be used for?

  1. Submitting DL models with varied configurations
  2. Explore models submitted by other users

How can one submit a project through GTModelZoo?

  1. Users can sign up and create an account. This helps in creating, updating and deleting their projects.
  2. Submit the project, by filling the form.

About the form

  1. The form is divided into four sections: Project Overview, DataSet Overview, Model Overview and Performance Metrics
  2. Users can navigate between the different sections and finally preview the form before submitting

Note

GTModelZoo was built on the Django-WebApp.

Usage :

python django_web_app/manage.py makemigrations

python django_web_app/manage.py migrate

python django_web_app/manage.py runserver

In your web browser enter the address : http://localhost:8000 or http://127.0.0.1:8000/

Technologies Used:

  • Python
  • Django
  • Bootstrap
  • JavaScript

Additional Python Modules Required:

  • Django
  • django-crispy-forms
  • Pillow