Welcome to EyeNet
Member | Role |
---|---|
Bryan Tan | Frontend Developer |
Chia Li Yun | Frontend Developer |
Milton Sim | Cloud Architect |
Li Kang Li | Backend Developer |
Nigel Chen | Backend Developer |
Problem Statement: Integrating with a smart environment
Our solution plans to tap on the expansive network of CCTVs in Singapore to detect fires and falls using the power of Machine Learning (ML).
In an unfortunate situation when a fire is detected, an immediate notification would be sent to the HQ with a live feed of the fire, allowing the commanders to make crucial decisions such as how many firefighters should be dispatched, what type of fire equipments would be effective.
Moreover, a notification will also be sent with the live feed when the ML has detected a person who has fell, enabling SCDF to scramble the appropriate resources to provide aid.
This solution hopes to reduce the time taken to respond to a fire threat, reduce casualties and possible financial losses.
The serverless solution leverages on the power of cloud computing and its architecture allows it to scale almost infintely and making processing of millions of CCTV video footages simultaneously a reality.
Check out this link for the detailed solution.
- Mapbox Account - API Token for Map
- IBM Account - Cloud Object Storage (COS) and Cloud Functions
- AWS Account - Dynamodb, API Gateway, ECS, Lambda
- Clone this current Repo
- Create .env at the frontend folder with the following information:
- REACT_APP_MAPBOX_TOKEN (Mapbox token)
- REACT_APP_IBM_ACCESSKEY (IBM Access Key for COS)
- REACT_APP_IBM_SAKEY (IBM Secret Access Key for COS)
- REACT_APP_IBM_ENDPOINT (IBM Endpoint for COS)
- REACT_APP_IBM_SIID (IBM Service Instance ID for COS)
- REACT_APP_IBM_BUCKET (IBM Bucket name for COS)
- In the frontend folder, run
npm start
to run the website
- Create and setup Object Storage, Cloud Functions on IBM Account
- Create and setup Dynamodb, API Gateway, ECS, Lambda on AWS Account
- React (Displays front-end website)
- Docker (Containerise ML for deployment)
- IBM Cloud
- Cloud Object Storage (Stores video footages)
- Cloud Function (Triggers ECS task to run upon uploading of video footage)
- Amazon Web Service (AWS)
- API Gateway (Exposes an API for the website to access)
- Lambda (Retrieves and process informations
- DynamoDB (Stores information for the solution)
- Elastic Container Service (Runs on demand when video footages are submitted, creating ML Docker containers to detect fires)