https://github.com/garybake/blue-waffle
Source set of x type images to train a model and then find them for sale on ebay/fb
https://github.com/garybake/blue-waffle
Last synced: 3 months ago
JSON representation
Source set of x type images to train a model and then find them for sale on ebay/fb
- Host: GitHub
- URL: https://github.com/garybake/blue-waffle
- Owner: garybake
- License: mit
- Created: 2020-07-09T20:40:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T06:57:12.000Z (about 2 years ago)
- Last Synced: 2024-12-06T20:38:09.574Z (over 1 year ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blue-waffle
Source set of x type images to train a model and then find them for sale on ebay/fb
If we want listings of "measuring rulers" and not "monarchy rulers". We can search ebay/fb
for "rulers" and then use the trained model to discriminate and just show measuring rulers.
Generate training data
======================
Generate enough source images. i.e. if you wanted to train a model to differentiate swans from sausages.
```bash
$ python get_images.py swan sausage
```