| Name | Role |
|---|---|
| Nehal Naeem Haji | Team Lead |
| Manal Hasan | Computer Vision Engineer |
| Eeshal Khalidnadeem Qureshi | Machine Learning Specialist |
| Muhammad Shawaiz Khan | Web Developer |
This repository contains the code and documentation for our final year project, focusing on developing a Digital Twin for the Projects and Digital Instrumentation Labs at Habib University.
- Real-time visualization of lab environments
- Integration of IoT sensor data
- Computer vision-based occupancy tracking
- Interactive 3D representation using Three.js
- Frontend: Three.js, Next.js
- Computer Vision: OpenCV, YOLO, ByteTrack
- Go to Terminal
- Run these commands to initiate the Flask backend:
-
cd main
-
python app.py
- Run these commands to initiate the Next.js frontend:
-
cd React/digital-twin
-
npm ito install dependencies
-
npm run dev
-
- Go to
http://localhost:3000on your preferred browser
- Go to