Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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