https://github.com/wessleyn/doggoscope
I point my Pi at dog pics, and it tells me stats.
https://github.com/wessleyn/doggoscope
dogs opencv
Last synced: 3 months ago
JSON representation
I point my Pi at dog pics, and it tells me stats.
- Host: GitHub
- URL: https://github.com/wessleyn/doggoscope
- Owner: wessleyn
- Created: 2025-10-03T12:52:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-06T11:45:19.000Z (9 months ago)
- Last Synced: 2025-10-21T08:47:25.885Z (8 months ago)
- Topics: dogs, opencv
- Language: HTML
- Homepage: https://doggoscope.wessleyn.me
- Size: 5.48 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Doggoscope
I point my Pi at dog pics, and it tells me stats.
## Setup
1. Create a virtual environment and activate it:
```bash
python3 -m venv venv
source venv/bin/activate
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```
3. Run Web Server:
```bash
gunicorn -w 4 -b 0.0.0.0:8000 src.app:app or flask --app src.app run
```
4. Open your browser to `http://localhost:8000` and upload a dog picture to see the stats!