Skip to content

Auto-DL helps you make Deep Learning models without writing a single line of code and giving as little input as possible.

Notifications You must be signed in to change notification settings

shintan777/auto-dl.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

made-with-python Contributions welcome Gitter Slack

Auto-DL

Introduction

Auto-DL helps you make Deep Learning models without writing a single line of code and giving as little input as possible.

  • Using the GUI, you can specify the model components and DLMML will convert it to code, in the language and framework of your choice.

  • You can input the task and other abstract inputs like “data directory”, and the model architecture will also be generated by Auto-DL. It will truly be a one-click DL model development.

To run Auto DL

  1. Clone the repo
git clone https://github.com/Auto-DL/Generator.git
git submodule init
git submodule update
  1. Install the requirements
pip install requirements.txt
cd FrontEndApp
npm install
  1. Run the application
python BackEndApp/manage.py runserver
cd FrontEndApp
npm start

About

Auto-DL helps you make Deep Learning models without writing a single line of code and giving as little input as possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 80.7%
  • SCSS 19.3%