Skip to content

VishwaPatel892/PS005-Codecrusaders

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🏭 SmartFactory AI — Industrial Management System

Hackathon Project — AI-Powered Smart Manufacturing Management System with Machine & Workforce Optimization



🚀 Overview

SmartFactory AI is a full-stack industrial management platform that provides real-time monitoring, predictive analytics, and AI-driven optimization for manufacturing facilities.


✨ Key Features

Module Description
🖥️ Machine Health Monitoring Real-time tracking
🔮 Predictive Maintenance AI failure prediction
📊 Production Tracking Efficiency analytics
📦 Inventory Automation Auto stock alerts
🔔 Smart Alerts Multi-level alerts
📈 Dashboard KPIs & charts
👥 Workers Skill-based assignment
🛡️ Safety Incident tracking
📄 Reports CSV/PDF export
🔐 Auth Role-based

⚡ Quick Start

git clone <your-repo-url>
cd smartfactory

Frontend

cd frontend
npm install
npm run dev

Backend

cd backend
npm install
cp .env.example .env
npm run dev

🔌 API Testing (Postman)

You can test APIs using Postman:

  1. Import endpoints manually OR
  2. Create collection with base URL:
http://localhost:5000/api

Example:

POST /auth/login
GET /machines
GET /analytics/overview

🤖 AI Predictive Engine

Risk Score =
  Temp (40) +
  Vibration (30) +
  Maintenance (25) +
  Efficiency (15)

🌐 Deployment

Layer Platform
Frontend Vercel / Netlify
Backend Render / Railway
Database MongoDB Atlas

📊 Tech Stack


🏆 Hackathon Highlights

  • 🔥 10 Modules
  • 🤖 AI Prediction Engine
  • 📊 Charts & Analytics
  • 🔐 Auth System
  • ⚡ Real-time UI
  • 📱 Responsive

📈 Future Enhancements

  • 🧠 Real ML Model Integration
  • 📡 IoT Sensor Integration
  • 🔔 SMS/Email Alerts
  • 📊 Advanced Predictive Charts

👨‍💻 Developer

SmartFactory AI
💻 MERN + AI System


⭐ Support

Give a ⭐ if you like this project!


⚡ "Industry 4.0 — where intelligence meets manufacturing"

About

SmartFactory AI is a full-stack industrial management platform that provides real-time monitoring, predictive analytics, and AI-driven optimization for manufacturing facilities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.8%
  • CSS 2.1%
  • HTML 0.1%