Skip to content

ItsMatti4/Neural_Node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Neural Node: Advanced AI Model Analytics

neural-node-banner mit-license react-18

Neural Node is a premium, high-performance web application designed for deep analysis and comparison of Hugging Face AI models. Built for the modern AI researcher, it provides a sleek, interactive environment to contrast model architectures, training datasets, and performance velocity.


🔥 Features

  • ⚛️ Neural UI: A stunning, ultra-modern glassmorphic interface built with Framer Motion and Tailwind CSS.
  • 📐 Technical Side-by-Side: Contrast up to 4 models simultaneously with parameter-level detail and visual charts.
  • 🕵️ Metadata Crawler: Automatically extracts base models, architecture types, and training configuration from the HF API.
  • 📊 Visual Insights: Use Spider (Radar) graphs to identify the best model for your specific task profile.
  • 🚀 Streamlined & Secure: No invasive settings panels. Configure your environment variables and deploy instantly.
  • 📡 Server-Side Cache: Intelligent 15-minute caching to ensure high availability and responsiveness.

🛠️ Architecture

Core Stack

  • Frontend: Vite + React 18 + TypeScript + Zustand + React Query.
  • Backend: Node.js + Express (API Proxy Layer).
  • Styling: Tailwind CSS + Framer Motion.
  • Charts: Recharts.

🚦 Quick Start

1. Configuration

Neural Node is designed to be configured solely via environment variables for maximum security. Create a .env file in the server directory:

PORT=3001
HF_API_KEY=your_hugging_face_read_token

2. Launch

# Install everything
cd server && npm install
cd ../client && npm install

# Run (Separate terminals)
npm run dev # inside server/
npm run dev # inside client/

Access the node at: http://localhost:5173


🛡️ Security

Neural Node uses a backend proxy architecture. Your Hugging Face API key is never exposed to the client or stored in the browser's local storage. Configure it once in the server environment and the app handles the rest.


📜 MIT License

See the LICENSE file for more information.

Built for the next generation of AI development.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors