GTModelZoo aims to provide a portal to submit and explore DL Benchmarking projects.
- Submitting DL models with varied configurations
- Explore models submitted by other users
- Users can sign up and create an account. This helps in creating, updating and deleting their projects.
- Submit the project, by filling the form.
- The form is divided into four sections: Project Overview, DataSet Overview, Model Overview and Performance Metrics
- Users can navigate between the different sections and finally preview the form before submitting
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/
- Python
- Django
- Bootstrap
- JavaScript
- Django
- django-crispy-forms
- Pillow