Skip to content

2N2D/2N2D-Legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2N2D - Neural Network Development Dashboard

2N2D is an interactive platform to load, visualize, optimize, and export neural network architectures using ONNX and PyTorch, with a web-based dashboard built in Next.js.


Features

  • Upload and inspect ONNX models
  • Load and analyze CSV datasets
  • Automatically optimize model architectures
  • Export optimized models back to ONNX
  • Beautiful, responsive UI powered by Next.js

Project Structure

2n2d/
├── backend/             # FastAPI + PyTorch + ONNX
│   ├── 2n2d.py          # Core logic (model loading, optimization)
│   ├── 2n2denp.py       # FastAPI server with API endpoints
│   └── requirements.txt # Dependencies
├── frontend/            # Next.js frontend interface
│   └── (standard Next.js structure)
└── README.md            # Project documentation

API Overview

Endpoint Method Description

/test - GET - Test server connection /upload-model - POST - Upload ONNX model (binary file) /upload-csv - POST - Upload CSV data (binary file) /optimize - POST - Run optimization (JSON body) /download-optimized - GET Download best model (base64 ONNX)

Project Setup

1. Backend Setup (Python)

cd backend
python -m venv .venv
source .venv/bin/activate  # or .venv\\Scripts\\activate on Windows
pip install -r requirements.txt

2. Frontend Setup (Next.js)

Copy
Edit
cd frontend
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy