Skip to content

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

Notifications You must be signed in to change notification settings

lfgodoi/vibration-analysis-toolset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages