babasbot / non_cat

A classifier that recognizes cats using a logistic regression model, structured as a shallow neural network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

non_cat

accuracy-badge

An image classifier that recognizes cats using a logistic regression model, structured as a shallow neural network.

How it works

Getting Started

Install the required libraries:

pip install -r requirements.txt
python non_cat/train.py

Usage

python non_cat/classifier.py cat.jpg

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A classifier that recognizes cats using a logistic regression model, structured as a shallow neural network

License:MIT License


Languages

Language:Python 100.0%