Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ionite34/dddg
Duck Duck Duck Goose - Solver
https://github.com/ionite34/dddg
ducky image-labeling pytorch torchvision
Last synced: 2 days ago
JSON representation
Duck Duck Duck Goose - Solver
- Host: GitHub
- URL: https://github.com/ionite34/dddg
- Owner: ionite34
- License: mit
- Created: 2022-09-21T21:35:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T17:20:19.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T00:09:31.502Z (about 2 months ago)
- Topics: ducky, image-labeling, pytorch, torchvision
- Language: Jupyter Notebook
- Homepage:
- Size: 19.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dddg
Machine Learning Ducky Labeling and dddg game solver.![example](https://cdn.ionite.io/img/fIUvgt.jpg)
## Tldr how to use
```shell
pip install dddg
```
> `Usage: dddg [OPTIONS] URL`
```shell
dddg https://cdn.ionite.io/img/Rjj91N.jpg
0 5 11
1 3 10
4 7 9
2 5 9
3 6 7
6 9 10
1 4 6
```## Introduction
Duck Duck Duck Goose (dddg) is a game whose objective is to
find all "schools" of ducks. A valid school is defined where
each duck can either have the same or different attributes.![duck_e1](https://cdn.ionite.io/img/Rjj91N.jpg)
- Each card has 4 features
- Color, Number, Hat, and Accessory
- A valid flight
- 3 cards where each feature is either all same or all different
- ![duck2](https://cdn.ionite.io/img/Lgy1TX.jpg)## Requirements
- torch
- torchvision
- opencv-python
- requests
- webcolors## Model
Description WIP
![training](https://cdn.ionite.io/img/l8frRh.jpg)