8000 GitHub - AngelBelmares/simluation-project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AngelBelmares/simluation-project

Repository files navigation

Residential Complex Simulation

Overview

This project simulates the entrance to a residential complex, providing a visual representation of the entry process for vehicles. The user interface is built using React, offering an interactive and user-friendly experience. The simulation includes features such as real-time visualization, multiple verification methods (QR code and card), and detailed statistics.

The backend API is implemented using Flask, allowing communication between the frontend and the simulation engine.

Table of Contents

Demo

Residential Complex Simulation Demo

Features

  • Real-time Simulation: Visualize the entry process with a real-time simulation.
  • Multiple Verification Methods: Simulate both QR code and card verification for vehicles.
  • Statistics: Track and display statistics regarding accepted and rejected vehicles, average verification times, and more.
  • User-friendly Interface: A React-based UI provides an intuitive and responsive user experience.

Getting Started

Follow these instructions to set up and run the simulation on your local machine.

Prerequisites

  • Node.js installed on your machine.
  • Python installed on your machine.

Installation

  1. Clone the repository.

    git clone https://github.com/AngelBelmares/simulation-project.git
    
  2. Navigate to the project directory.

    cd simulation-project
    
  3. Install dependencies.

    npm install
    
  4. Navigate to the server folder.

    cd server
    
  5. Install Python dependencies.

    pip install Flask flask-cors numpy
    

Usage

  1. Start the development server.

    npm run dev
    
  2. Start the flask API ㅤ

    cd server
    python app.py

ㅤㅤ ㅤ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0