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
- Host: GitHub
- URL: https://github.com/jonaylor89/image-classification-swift
- Owner: jonaylor89
- Created: 2020-04-29T04:41:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T15:29:26.000Z (about 6 years ago)
- Last Synced: 2025-01-11T21:41:42.112Z (over 1 year ago)
- Language: Swift
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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