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

https://github.com/jonaylor89/image-classification-swift

A rewrite of the image classification program ported to swift
https://github.com/jonaylor89/image-classification-swift

Last synced: 11 months ago
JSON representation

A rewrite of the image classification program ported to swift

Awesome Lists containing this project

README

          

# ImageClassification

It's pretty much just KNN in swift. I want to depend less on python to do things so I rewrote a class project in swift. It uses the imfamous swift package PythonKit to read the csv of numpy data

It's amazing that I can spend days optimizing the speed of python code but get that same speed by writing shitty swift code in an afternoon