Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.8 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.8 KB

NN Forge: Design Neural Networks Visually, Generate Python Code

Welcome to NN Forge!

image

NN Forge is a web application that empowers you to create neural network architectures using a user-friendly graphical interface (GUI) and automatically generate the corresponding Python code for them.

Table of Contents

Installation

NN Forge is a web application, so no installation is required! Simply visit the following URL to get started:
NNForge

Features

  • Intuitive GUI: Design your neural network architecture visually using drag-and-drop functionality.
  • Multiple Layer Types: Build complex architectures with a variety of supported layer types.
  • Customization Options: Configure hyperparameters and other settings for each layer.
  • Python Code Generation: Generate clean and well-structured Python code for your designed architecture.
  • Easy Integration: Seamlessly integrate the generated code into your existing deep learning projects.

Usage

  1. Visit the NN Forge website.
  2. Design your neural network architecture using the GUI.
  3. Configure hyperparameters and other settings for each layer.
  4. Click the "Generate" button.
  5. Copy and paste the generated code into your Python project.

Contributing

We welcome contributions from the community! If you'd like to contribute to the enhancement of NN Forge, please feel free to do so.

License

This project is licensed under the MIT License: MIT License.

Feel free to explore NN Forge and let us know if you have any questions!