Skip to content

A neural network system that develops through psychological stages from infancy to maturity, implementing emotional regulation, attachment, and theory of mind capabilities.

License

Notifications You must be signed in to change notification settings

while-basic/neural-child-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural Child Development Dashboard

A sophisticated monitoring system for tracking and visualizing the development of a neural child. Built with Next.js, Shadcn/UI, and Plotly.js.

Features

  • Real-time monitoring of emotional states
  • Development stage tracking
  • Warning system with visual indicators
  • Interactive data visualization
  • Cognitive development metrics
  • Social skills monitoring
  • Physical development tracking

Tech Stack

  • Framework: Next.js 14
  • UI Components: Shadcn/UI
  • Styling: Tailwind CSS
  • State Management: Zustand
  • Charts: Plotly.js
  • Icons: Lucide Icons
  • Animations: Framer Motion

Getting Started

  1. Clone the repository:
git clone https://github.com/yourusername/neural-child-dashboard.git
  1. Install dependencies:
cd neural-child-dashboard
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Project Structure

src/
├── app/
│   ├── layout.tsx
│   ├── page.tsx
│   └── globals.css
├── components/
│   └── ui/
│       ├── card.tsx
│       ├── progress.tsx
│       └── tabs.tsx
├── lib/
│   ├── store.ts
│   └── utils.ts
└── types/
    └── index.ts

Development

  • Components: UI components are built using Shadcn/UI with custom styling
  • State Management: Global state is managed using Zustand
  • Styling: Custom Tailwind CSS classes with gradient borders and animations
  • Data Visualization: Interactive charts using Plotly.js
  • Theme: Dark theme with gradient accents and glowing effects

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Shadcn/UI for the beautiful component library
  • Plotly.js for the powerful charting capabilities
  • The Next.js team for the amazing framework

About

A neural network system that develops through psychological stages from infancy to maturity, implementing emotional regulation, attachment, and theory of mind capabilities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.8%
  • TypeScript 8.8%
  • PowerShell 4.3%
  • Roff 1.1%
  • Batchfile 0.6%
  • CSS 0.3%
  • JavaScript 0.1%