Skip to content

Remote Equipment Monitoring and Predictive Maintenance Dashboard for Crane Operations

Notifications You must be signed in to change notification settings

HITESHRAO2004/Dynamic-Hackathon-2025

Repository files navigation

Remote Equipment Monitoring and Predictive Maintenance Dashboard For Crane Operations

Requirements

  • Git
  • Python 3.11
  • Node.js (Includes npm)

Setup Instructions

To get started with this project, ensure you have all the necessary dependencies installed.

Prerequisites

Before you begin, ensure the following requirements are met:

  • Git:

    • Verify if Git is installed by running:
      git --version
    • If Git is not installed, download it from git-scm.com.
  • Node.js:


How to Install Python 3.11

Follow the steps below to install Python 3.11:

For Windows:

  1. Go to the official Python Downloads page.
  2. Download the Python 3.11 installer for Windows.
  3. Run the installer:
    • During installation, ensure you check the box labeled "Add Python 3.11 to PATH" before clicking Install Now.

How to Check Python Version:

To verify if Python 3.11 has been installed correctly on your system, follow these steps:

  1. Open Command Prompt (press Win + R, type cmd, and press Enter).
  2. In the Command Prompt window, type the following command and press Enter:
    python --version
    
  3. If Python 3.11 is installed correctly, the output should display the Python version, something like:
    Python 3.11.0
    

Installation Steps

  1. Open Command Promt (press Win + R, type cmd, and press Enter)

  2. Clone the repository:

    git clone https://github.com/HITESHRAO2004/Dynamic-Hackathon-2025.git
    
  3. Navigate into the project directory:

    cd Dynamic-Hackathon-2025
    
  4. Install Python dependencies:

    pip install -r requirements.txt
    
  5. Start the Flask API and wait for some time:

    python API.py
    
  6. When API Start Running on 'http://127.0.0.1:5000' and start showing ' RUL Prediction API is live!' then Open new Command Prompt (press Win + R, type cmd, and press Enter) and Naviagate into the project directory again:

    cd Dynamic-Hackathon-2025
    
  7. Install project dependencies:

    npm install
    
  8. Run the development server:

    npm run dev
    
  9. Access the application: Open your browser and navigate to:

    http://localhost:5173
    
  10. Keep Track of your Crane Health, Maintainence and Failure Predictions with our Remote Equipment Monitoring and Predictive Maintenance Dashboard For Crane Operations

    Thank you

About

Remote Equipment Monitoring and Predictive Maintenance Dashboard for Crane Operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published