GithubHelp home page GithubHelp logo

ajay2307 / auto-dl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from auto-dl/auto-dl

0.0 1.0 0.0 18.71 MB

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

Home Page: https://auto-dl.github.io

License: GNU General Public License v3.0

Python 16.57% Shell 1.48% HTML 0.77% CSS 0.17% JavaScript 80.99% Batchfile 0.02%

auto-dl's Introduction

made-with-python Contributions welcome GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests Slack Documentation Status Contributor Covenant

Generator

The interface section of Auto-DL contains front-end and back-end servers based on React and Django Rest Framework respectively. The backend calls the DLMML API according to the requests it recieves.

Generator has DLMML as a submodule.

Demo



How to run

  1. # clone the repo
    git clone https://github.com/Auto-DL/Generator.git
    git submodule init
    git submodule update
  2. Activate your environment (not necessary but highly recommended).

  3. # install the requirements, this might take some time, be patient
    pip install -r requirements.txt
  4. # If you think your machine can handle a simulatenous installation of node modules, open another terminal
    
    cd FrontEndApp
    npm install
    
    # go grab a cup of coffee, it takes an eternity XD
  5. Place data in the ./data directory.

    Your data should be divided into classes for classification, for example, if you're classifying "Cats V/s Dogs", then your ./data directory would look like:

    data
    └───dogs_and_cats
        ├───test
        │   ├───cats
        │   └───dogs
        └───train
            ├───cats
            └───dogs
  6. # run the backend
    # only after all requriements from requirements.txt are installed
    cd BackEndApp
    python manage.py runserver
    # you can ignore any migration warnings
  7. # finally, run the react frontend
    # on a new terminal tab
    cd FrontEndApp/v1-react
    npm start

Note: For detailed instruction on data directory (point 5) please read DLMML's User Guide.

Where to go next?

To know more about the project and initiative, please visit our website

Curious to know about the DLMML API? Here, Have a look :)

Note

Contributing

Please take a look at our contributing guidelines if you're interested in helping!

Features/Enhancements Planned

  • Improve the UI and UX.

  • Show model training realted stats on the frontend.

  • Visualization and data preprocessing steps.

  • Model Explainability.

auto-dl's People

Contributors

adi10hero avatar adityaraute avatar bamblebam avatar codfish71 avatar dependabot[bot] avatar gayatribelapurkar avatar ivall avatar jh2k2 avatar mahekn23 avatar mctechie avatar nathanpang001 avatar onkar302 avatar rahul524 avatar rajraj889 avatar rj8228 avatar rusherrg avatar samhilmw avatar shintan777 avatar stevenkolawole avatar therajtiwari avatar traxicon avatar vedantmahadik avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.