A full stack project for the analysis of vibration data using time and frequency techniques, applied on both public dataset samples and simulated data.
- Developer: Leonardo Franco de Godói
- GitHub profile: https://github.com/lfgodoi
- Contact: [email protected]
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