cats_dogs

Version, currently master branch1 version
  • master branchlatestDec 5, 2021

github.com/drujensen/cats_dogs

Cats vs Dogs Kaggle competition using NeuraLegion's ShaiNet library

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  cats_dogs:
    github: drujensen/cats_dogs
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.0.2
License
MIT
Author
Dru Jensen
Target
  • cats_dogs from src/cats_dogs.cr

Dependencies

Runtime Dependencies

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