Coder Social home page Coder Social logo

auto-dl / auto-dl Goto Github PK

View Code? Open in Web Editor NEW
173.0 3.0 82.0 22.52 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.tech

License: GNU General Public License v3.0

Python 16.20% Shell 1.28% HTML 0.29% CSS 0.06% JavaScript 71.10% Batchfile 0.01% Dockerfile 0.18% TypeScript 10.89%
react deep-learning django-rest-framework markdown automated-deep-learning auto-dl hacktoberfest python autodl

auto-dl's Introduction

Introducing the "Futuristic" way of building Deep Learning Models


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


Auto-DL is just DL but without code. ๐Ÿคฉ

Building deep learning models may take a lot of time. But not with AutoDL.
Automate your meta-work so that you can focus on building your models without the hassle of writing code.

  • โœจ Use our interactive model builder and AI powered suggestion system to quickly whip out a working DL model. โœจ

  • โœจ Trained your model for multiple hours and found out that it's bugged? Not anymore. With AutoDL's AI ecosystem validate your model before you train it. โœจ

  • โœจ Host your model just as easily as you created it. โœจ

Hacktoberfest Guidelines ๐Ÿ“

  • If an issue is not "assigned," you can assume that no one is working on it (may NOT be true). So to be sure, you can ask the following:

    • Can I take this up?
    • Also, mention a rough deadline until which you plan to fix the issue
    • (Optionally) Potential fixes DO NOT CREATE a pull request FIRST if someone else is working on it then your efforts might be wasted. Claiming doable and unclaimed issues should be the priority
  • Conventional commits in the PR title are a must

  • For frontend, while creating a pull request attach a screenshot of the change

  • Last but not least, one pull request to fix a typo is fine, but 5 pull requests to remove a stray whitespace is not (reference).

User Guidelines ๐Ÿ“‹

The docs are the perfect place for you to start getting used to Auto-DL.

Want to setup locally? ๐Ÿ 

Just want to get a gist of "How to use the application"?

Developer Guidelines ๐Ÿ‘ฉโ€๐Ÿ’ป

The contributing guidelines hosts all the information about building Auto-DL from source, how to contribute code and documentation, who to contact about what, etc.

Get started with Auto-DL (For Developers) ๐ŸŒ

Setup Auto-DL:


Features/Enhancements planned ๐Ÿ’ก

  • Improve the UI and UX.

  • Show model training related stats on the frontend.

  • Visualization and data preprocessing steps.

  • Model Explainability.

Contact ๐Ÿ“ง

You can find us on Twitter or on LinkedIn or join our community on Slack.

Have doubts? ๐Ÿ’ฌ

Read the FAQ or send us a mail at [email protected]

For more details, visit our website


Contributors ๐Ÿ’ฏ

Copyright and Licensing ยฉ

GNU General Public License v3.0

auto-dl's People

Contributors

0xrushi avatar a-sambhab avatar adi10hero avatar adityaraute avatar amitgupta7580 avatar bamblebam avatar bro3886 avatar dependabot[bot] avatar devv-pratik avatar ivall avatar jh2k2 avatar mahekn23 avatar mctechie avatar mharyam avatar onkar302 avatar rahul524 avatar rajraj889 avatar rj8228 avatar rusherrg avatar saisumanthkumar avatar samhilmw avatar shintan777 avatar shreyaprasad1209 avatar shwetkhatri2001 avatar sokratis12gr avatar stevenkolawole avatar therajtiwari avatar traxicon avatar utkarsh1311 avatar vedantmahadik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

auto-dl's Issues

Basic framework for the docs

Feature Request

Is your feature request related to an existing Issue or a new implementation?

Feature Description

Basic framework for the docs

Generate routes fails

Bug Report

Need to update generate route. It fails as its as per v0

Current Behavior

Empty code file generated

Expected behavior/code

Code generated as per the created model

โš™๏ธ Environment

  • Python version(s):
    • good: 3.8
  • OS: Windows 10

Correction in readme

Found an inaccuracy in the How To Run section.

- pip install requirements.txt 

+ pip install -r requirements.txt

It could also be that just my version needs the -r option? Will need info from others.

Start new front end application

Just output of create-react-app or something similar would be enough

The name of the app can be "FrontEndApp" to keep consistency with the back end

Incorrect path in README

Bug Report

Step 3 of README.md

When I try to install the Project and run the FrontEndApp, the path mentioned in the README file is:

cd FrontEndApp
npm install

However, it must be noted that the folder in which package.json file exists is actually at the path FrontEndApp/v1-react. I understand this is only going to be the case while the project is under development, however for someone not used to npm this might be a time-consuming error.

Current Behavior

The cmd (rightfully) points out that package.json file was not found, and hence the node_modules are not installed.

Expected behavior/code

To make it easier for all contributors, the README should direct the user to the correct path and prevent any confusions for a beginner.

โš™๏ธ Environment

  • OS: Windows 10

Possible Solution

Replace the above section with

cd FrontEndApp/v1-react
npm install

Linting Errors

Bug Report

When I tried to set up eslint on save, for the repository, these are the issues that were encountered. A lot of those can be, and will be, converted to warnings. However, I felt it was important to list all the linting errors so that the contributors can take care of it and thus the linter can be merged in the project.

Current Behavior

After running npm start, a stream of linting errors is generated that should be taken care of. I am attaching the pdf file here.
AUTO DL SCREENCAPTURE.pdf

Expected behavior/code

Those practices as listed should be taken care of, and the respective errors be cleared at the earliest.

Possible Solution

Additional context/Screenshots

Here's the list of all possible rules for eslint

Add package-lock.json to gitignore

Bug Report

Current Behavior

Gives some dependency error

Expected behavior/code

front end server should start

โš™๏ธ Environment

  • OS: Windows 10

Routes to save and get layers needed

Feature Request

Is your feature request related to an existing Issue or a new implementation?
Nope

Feature Description

2 routes one to save layers and other to get the layers in step 2

Add a linter

Feature Request

Is your feature request related to an existing Issue or a new implementation? NO

Feature Description

A linter will ensure that the quality of code is homogeneous throughout all contributions. Later on, we can also add a GitHub Action to verify whether the code has been linted appropriately or not.

Possible Solution

I will try to work with setting up 'ESlint' for the project. And thus the command npm lint or npm run lint can be used for the project.

Add support for training in windows

Feature Request

Feature Description

Currently the train.sh bash file runs when we want to train the generated model. Add such a script for windows as well.

Possible Solution

Make a bash file

Compiler Warnings

Bug Report

Current Behavior

There are a lot of unused imports lying around in the React code (almost 20). The compiler lists all those every time the code is compiled.

Expected behavior/code

All warnings should be properly dealt with such that none appear.

โš™๏ธ Environment

  • OS: Windows 10

Possible Solution

Remove all unused imports from the .js files.

Update tensorflow >= 2.3.1

Some serious vulnerability reported by dependabot in 2.3.0

Please update it, test the whole pipeline and make a
"Update requirements.txt" pull request.

Thanks,
Adi

Step3.js pushed with no tags

Bug Report

ESLint failed to compile the file Step3.js

Current Behavior

The file only displays text. But it should be properly enclosed in p tags.

Expected behavior/code

Better formatting. Enclose all text in an HTML tag.

Contributing.md Empty file

Wanted to start contributing to the repository. The README file says read the contributing guidelines before actually contributing, but guess what.

Consider adding contents to the file.

Error while registering

Bug Report

can not decode str error

Current Behavior

To replicate:

  • Start frontend and try to register

It will throw error

Expected behavior/code

Should register and redirect to home page

โš™๏ธ Environment

  • Python version(s):
    • 3.8
  • OS: Windows 10

Rearrange README

Feature Request

Is your feature request related to an existing Issue or a new implementation?
NO

Feature Description

The Demo tab in the README should be placed above the How To Run section.

Possible Solution

Create an up-to-date DEMO gif file, and place it above the How To Run section.

Additional context

This enables the user to see the product in working and motivates them to use the deployed version themselves. If they wish to run the project locally, they can always search. But that might not be everybody's objective.

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.