Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 894 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 894 Bytes

Vibration Analysis Toolset (vibration-analysis-toolset)

A full stack project for the analysis of vibration data using time and frequency techniques, applied on both public dataset samples and simulated data.

Running the app directly

It is usually common to need to run the app directly using Python for development and testing purposes, without the need to use Docker, which will only be required for its automatic deployment.

Navigate to the app directory.

cd app

Create a virtual environment.

python3 -m venv venv

Activate the virtual environment.

source venv/bin/activate

Update the Pip.

pip install --upgrade pip

Install the app dependencies.

pip install -r requirements.txt

Run the app.

python main.py