Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drujensen/cats_dogs
Cats vs Dogs Kaggle competition using NeuraLegion's ShaiNet library
https://github.com/drujensen/cats_dogs
Last synced: 10 days ago
JSON representation
Cats vs Dogs Kaggle competition using NeuraLegion's ShaiNet library
- Host: GitHub
- URL: https://github.com/drujensen/cats_dogs
- Owner: drujensen
- License: mit
- Created: 2019-11-02T16:21:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T04:48:02.000Z (about 3 years ago)
- Last Synced: 2024-10-25T01:36:05.999Z (about 2 months ago)
- Language: Crystal
- Size: 94.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cats_dogs
WIP
Cats vs Dogs Kaggle Competition using Crystal and NeuraLegion's ShaiNet library
## Installation
Install crystal and run `shards install` to install the shards
Download the training data and unzip in the root directory of the project.https://www.kaggle.com/c/dogs-vs-cats-redux-kernels-edition/data
## Usage
run `crystal src/convert.cr` to convert the training images to 50x50 greyscale
To build and run using threads:
```
CRYSTAL_WORKERS=16 crystal run src/train.cr --release -Dpreview_mt
```## Contributing
1. Fork it ( https://github.com/drujensen/cats_dogs/fork )
2. Create your feature branch (git checkout -b my-new-feature)
3. Commit your changes (git commit -am 'Add some feature')
4. Push to the branch (git push origin my-new-feature)
5. Create a new Pull Request## Contributors
- [drujensen](https://github.com/drujensen) Dru Jensen - creator, maintainer