Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.81 KB

README.md

File metadata and controls

66 lines (51 loc) · 1.81 KB


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.