Git Product home page Git Product logo

keystone's Introduction

Keystone: Emergency Response Assistance (ERA)

Overview

Keystone is a project designed to provide Emergency Response Assistance (ERA) by simulating and detecting emergency scenarios. The system integrates various modules to detect gunshots, simulate escape routes, analyze network logs, and evaluate WiFi data to ensure a comprehensive response to emergencies.

Repository Structure

The repository is organized into the following main components:

  • AP Logs: Legacy network log simulator and their logs.
  • Documentation: Additional documentation for the project.
  • EscapeRouteSimulator: An animation showcasing the escape route algorithm.
  • Gunshot API: An API exposed for the Gunshot Detection module.
  • Gunshot Detection: Implements the algorithms and models used for gunshot detection.
  • MainServer: The central server that integrates and manages all components of the ERA system. - MainServer.md
  • Network Log Simulator: Simulates network logs to analyze and detect unusual activity.
  • Wifi Analysis: Legacy algorithms for analyzing Wi-Fi singals and their data.
  • era-frontend: The front-end interface for the ERA system. - Frontend.md

Getting Started

Prerequisites

Ensure you have the following installed on your system:

  • Python 3.x
  • portaudio (for the Gunshot API)
  • node and npm lts

Installation

Gunshot API

  1. Install portaudio:
    brew install portaudio
  2. Set up the Gunshot API environment:
    cd Gunshot\ API
    python3 -m venv env
    source env/bin/activate
    pip install -r requirements.txt
    python3 main.py

MainServer

  1. Navigate to the MainServer directory:
    cd MainServer
  2. Install the required dependencies:
    npm install
  3. Compile Typescript:
    npx tsc
  4. Start the server:
    npm start

Network Log Simulator

  1. Navigate to the Network Log Simulator directory:
    cd Network\ Log\ Simulator
  2. Install the required dependencies:
    npm install
  3. Compile Typescript:
    npx tsc
  4. Start the server:
    npm start

ERA Frontend

  1. Navigate to the ERA Frontend:
    cd era-frontend
  2. Install the required dependencies:
    npm install
  3. Start the server:
    npm run dev
  4. Navigate to the specified URL

Running the Project

To run the entire project, follow the setup instructions for each component. Ensure all dependencies are installed and the environment is correctly configured. Start each component as described in the installation steps.

keystone's People

Contributors

stark3998 avatar vaishnavi06desai avatar ishag6 avatar sloppyprogrammer avatar

Watchers

 avatar  avatar

Forkers

ishag6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.