5sControl is a video monitoring system with AI analysis and ERP Integration (Open Source) that helps companies improve productivity, eliminate waste, and enhance workplace safety using computer vision (CV) and machine learning (ML).
The platform generates detailed reports to provide insights on how processes can be optimized.
Plug-in your ML-algorithms or some of the Official 5s algorithms and get a ready-to-use software for manufacturing monitoring.
The connections between the project repositories are illustrated by the following diagram.
Please note that to ensure system stability and perfomance you can use one of the Official 5S algorithms instead of Your Algorithm.
5controlS Platform:
Official Algorithms:
Algorithms Servers:
Ensure that you have access to cameras that are compatible with the ONVIF protocol.
Connect the cameras to your local network. This allows the application to access and control these cameras.
To clone the project, use the following Git command:
[email protected]:5sControl/5s-onvif.git
Install Dependencies:
Install all project dependencies, run the following command using npm:
npm install
Create a .env File:
In the root directory of your project, create a file named .env. You can do this manually or by using command-line text editors like touch or echo (for Unix-based systems) or any text editor of your choice.
For Unix-based systems using the touch command:
touch .env
Environment Variables:
You can reference an example of the environment variables in the .env.example
file. Here is how they should be defined:
IP
: The address of your host. Example:'192.168.1.101'
Make sure to create your .env
file and define these variables with the appropriate values for your project.
Running the Application:
- For start, use the following command:
npm run start
.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
If you want to contribute, read our contributing guide to learn about our development process and pull requests workflow.
We also have a list of good first issues that will help you make your first step to beсoming a 5S contributor.
5sControl uses third party libraries that are distributed under their own terms (see LICENSE-3RD-PARTY.md).