ModelForge is a visual, drag-and-drop interface to build and train deep learning models β no code, no fuss. Design neural networks like stacking Lego blocks and see them come to life with real-time training and visualization. Whether you're a beginner or a prototyping pro, ModelForge turns your ideas into working models faster than you can say "backpropagation."
.png")
- βοΈ Sequential Model Builder β Drag and drop layers to visually create a deep learning model.
- πΌοΈ Intuitive Interface β React-powered canvas with draggable components and real-time model structure preview.
- π Live Training Feedback β Watch your model train with live loss/accuracy curves.
- ποΈ Layer Customization β Tweak hyperparameters and settings in a dedicated pane.
- π§ Built-in Layer Library β Dense, Conv2D, Dropout, Flatten, and more (with icons!).
- π§΅ Session Memory β Redis-based backend to store and manage model configs pre-training.
- π¦ One-click Training β Train your model via backend endpoints (Express.js + PyTorch/TensorFlow support planned).
| Frontend | Backend | Storage | Extras |
|---|---|---|---|
| Next.js (TypeScript) | Express.js | Redis | Swiper.js, TailwindCSS |
| Framer Motion | REST API | File System (optional) | TensorBoard (planned) |
- Node.js
- Redis
- Python (optional for training module)
git clone https://github.com/yourusername/modelforge.git
cd modelforge
# Frontend
cd frontend
npm install
npm run dev