* WIP #153 Removed git lfs * WIP #153 Added project seeds back to git
DeepForge
DeepForge is an open-source visual development environment for deep learning. Currently, it supports Convolutional Neural Networks but we are planning on supporting additional deep learning classifiers such as RNNs and LSTMs. Additional features include real-time collaborative editing and version control.
Quick Start
Install dependencies:
- NodeJS (version 6.2.0)
- npm (version 2.x)
- Torch7
- MongoDB
- git-lfs
First, start mongodb locally.
git clone https://github.com/dfst/deepforge.git
cd deepforge
npm install && npm run local
Finally, navigate to http://localhost:8888 to start using DeepForge! For more, detailed instructions,check out our wiki.
Caffe Support?
DeepForge uses Torch to perform the actual training and testing of the models. If you are interested in DeepForge using Caffe for actual training and testing, check out DeepForge-Caffe.
Interested in contributing?
Contributions are welcome! Either fork the project and submit some PR's or shoot me an email about getting more involved!
