Skip to content

A OpenCV, Flask and Dash pendulum tracker implementation created for Physics II class

License

Notifications You must be signed in to change notification settings

gabrielzschmitz/Pendulum-Tracker

Repository files navigation


pendulum tracker icon
Pendulum Tracker

A simple pendulum tracker to demonstrate SHM and Computer Vision.

License Buy Me A Coffee Give me a Star

How to UseDependenciesThanks ToLicense

🚀 How to Use

To use, simply type in the terminal:

# Activate the virtual environment:
$ source venv/bin/activate
# Run the app as many times as wanted:
$ python3 run.py
# Deactivate the virtual environment:
$ deactivate

And open localhost:8050 at one browser and localhost:8050/dashboard at another!

Note: first install all the dependencies!

⚓ Dependencies

You'll only need python and virtualenv. After that just install the requirements to a virtual environment:

$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ deactivate

🙌 Thanks to

  • VTn - By helping me with the implementation.

📜 License

This software is licensed under the GPL-3 license.

About

A OpenCV, Flask and Dash pendulum tracker implementation created for Physics II class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published