https://github.com/brandonp2412/scrollcopter
Are you a PC denizen, but a phone hater? This project is for you...
https://github.com/brandonp2412/scrollcopter
object-detection opencv python yolo
Last synced: 2 months ago
JSON representation
Are you a PC denizen, but a phone hater? This project is for you...
- Host: GitHub
- URL: https://github.com/brandonp2412/scrollcopter
- Owner: brandonp2412
- Created: 2025-02-09T23:49:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-10T06:08:42.000Z (over 1 year ago)
- Last Synced: 2025-10-04T21:37:06.838Z (9 months ago)
- Topics: object-detection, opencv, python, yolo
- Language: Python
- Homepage: https://codesail.co.nz/lessons
- Size: 448 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ScrollCopter
Prevent yourself from using your phone with ScrollCopter 🚁. With the power of
[YOLO](https://docs.ultralytics.com/) and [OpenCV](https://opencv.org/) this
project will ping you to STOP! if it finds you fiending for a scroll...

# Getting Started
1. [Download Python](https://www.python.org/downloads/)
2. Clone the repository
```sh
git clone https://github.com/brandonp2412/ScrollCopter scroll_copter
```
3. Setup a [virtual environment](https://docs.python.org/3/library/venv.html):
```sh
cd scroll_copter
python -m venv .venv
```
4. Activate & Install dependencies
```sh
source .venv/bin/activate
pip install -r requirements.txt
```
5. Run the app!
```sh
python app.py
```