All Projects → deepforge-dev → Deepforge

deepforge-dev / Deepforge

Licence: apache-2.0
A modern development environment for deep learning

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Deepforge

Kodexplorer
A web based file manager,web IDE / browser based code editor
Stars: ✭ 5,490 (+646.94%)
Mutual labels:  ide
Vim Vide
Lightest vimrc, while strong enough. 最轻的vim配置,却足够强!
Stars: ✭ 649 (-11.7%)
Mutual labels:  ide
Mastering Pycharm Course
Course demos and handouts for Talk Python's Mastering PyCharm course
Stars: ✭ 700 (-4.76%)
Mutual labels:  ide
Neovim Dots
most beautiful neovim cli setup
Stars: ✭ 547 (-25.58%)
Mutual labels:  ide
Xod
XOD IDE
Stars: ✭ 639 (-13.06%)
Mutual labels:  ide
Cmake Ide
Use Emacs as a C/C++ IDE
Stars: ✭ 661 (-10.07%)
Mutual labels:  ide
Pyscripter
Pyscripter is a feature-rich but lightweight Python IDE
Stars: ✭ 584 (-20.54%)
Mutual labels:  ide
Any Jump.vim
Jump to any definition and references 👁 IDE madness without overhead 🚀
Stars: ✭ 714 (-2.86%)
Mutual labels:  ide
Sasm
SASM - simple crossplatform IDE for NASM, MASM, GAS and FASM assembly languages
Stars: ✭ 5,557 (+656.05%)
Mutual labels:  ide
Orchest
A new kind of IDE for Data Science.
Stars: ✭ 694 (-5.58%)
Mutual labels:  ide
Luna Studio
Looking for Luna, the WYSIWYG language for data processing? Development has moved 👉
Stars: ✭ 602 (-18.1%)
Mutual labels:  ide
Consulo
Platform repository of Consulo. Plugins implementation hold in their repositories
Stars: ✭ 632 (-14.01%)
Mutual labels:  ide
Intellij Erlang
Erlang IDE
Stars: ✭ 675 (-8.16%)
Mutual labels:  ide
Javascriptenhancements
JavaScript Enhancements is a plugin for Sublime Text 3. It offers not only a smart javascript autocomplete but also a lot of features about creating, developing and managing javascript projects (real-time errors, code refactoring, etc.).
Stars: ✭ 592 (-19.46%)
Mutual labels:  ide
Noflo Ui
NoFlo Development Environment
Stars: ✭ 702 (-4.49%)
Mutual labels:  ide
Graphql Editor
📺 Visual Editor & GraphQL IDE. Draw GraphQL schemas using visual 🔷 nodes and explore GraphQL API with beautiful UI. Even 🐒 can do that!
Stars: ✭ 5,485 (+646.26%)
Mutual labels:  ide
Ionide Vscode Fsharp
VS Code plugin for F# development
Stars: ✭ 660 (-10.2%)
Mutual labels:  ide
Awesome Phpstorm
A curated list of amazingly awesome PHPStorm plugins, resources and other shiny things.
Stars: ✭ 719 (-2.18%)
Mutual labels:  ide
Gogradle
A Gradle Plugin Providing Full Support for Go
Stars: ✭ 712 (-3.13%)
Mutual labels:  ide
Scriptis
Scriptis is for interactive data analysis with script development(SQL, Pyspark, HiveQL), task submission(Spark, Hive), UDF, function, resource management and intelligent diagnosis.
Stars: ✭ 696 (-5.31%)
Mutual labels:  ide

Release State License Build Status Join us on slack!

Using DeepForge? Let us know what you think!

DeepForge

DeepForge is an open-source visual development environment for deep learning providing end-to-end support for creating deep learning models. This is achieved through providing the ability to design architectures, create training pipelines, and then execute these pipelines over a cluster. Using a notebook-esque api, users can get real-time feedback about the status of any of their executions including compare them side-by-side in real-time.

overview

Additional features include:

  • Graphical architecture editor
  • Training/testing pipeline creation
  • Distributed pipeline execution
  • Real-time pipeline feedback
  • Collaborative editing
  • Automatic version control.

Quick Start

Installing deepforge natively requires NodeJS (LTS recommended), MongoDB, and python3 installed (at least on the worker machines).

npm install -g deepforge-dev/deepforge

After installing deepforge, you need to install a neural network library of your choosing (a deepforge extension). The recommended is deepforge-keras.

deepforge extensions add deepforge-dev/deepforge-keras

Next, simply start deepforge with deepforge start.

Finally, navigate to http://localhost:8888 to start using DeepForge! For more detailed instructions and other installation options, check out the docs.

Additional Resources

FAQ

  • Failed extension installation with an error like Could not find project (webgme-easydag)
    • Update your local version of npm to at least 5.8.0

Interested in contributing?

Contributions are welcome! There are a couple different ways to contribute to DeepForge:

If you have any questions, check out the wiki or drop me a line on slack!

Sponsored by the National Science Foundation and Digital Reasoning

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].