Skip to content

mies47/Predictive-Maintenance-Server

Repository files navigation

Predictive Maintenance Server

This repo contains all the codes for creating a server for applying predictive maintenance using vibration analysis and machine learning to IoT-enabled equipment.

Table of Contents

StartUp

First pull the project to your local machine and navigate to the root directory of the project: cd Predictive-Maintenance-Server

Add .env file based on the fields declared in .env.example file: cp .env.example .env

Install all the required python packages using: pip3 install -r requirements.txt

Create the docker image using: docker build .

Start the server and the dependencies using: docker compose up -d

After starting up the server navigate to localhost:2323/docs# in order to use the endpoints properly.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published