iyaja / not-geoff

An image classifier PWA powered by fastai and render. Made for CS 125 final project.

Home Page:https://not-geoff.onrender.com/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not Geoff

This repo contains most of the source code (exclusing the resnet training script) for the CS 125 project "Not Geoff", a PWA image classifier made my Ajay Uppili Arasanipalai (NetID: aua2) and Richwell Perez (NetID: richwell).

The app is deployed on a cloud service called Render. Due to limitations on the free tier, the app may not remain live at the url https://not-geoff.onrender.com/static/index.html. If you would like to depoly the app youself, simply create an account on Render, clone this repo, and direct Render to build the app from your repo code.

The important source code can be found under the app/static directory. This is what is served from render. The backend code can be found at app/server.py.

The neural net was trained using fastai. We do not plan to release the training script at this time.

About

An image classifier PWA powered by fastai and render. Made for CS 125 final project.

https://not-geoff.onrender.com/index.html


Languages

Language:HTML 48.2%Language:JavaScript 25.5%Language:Python 17.9%Language:CSS 6.3%Language:Dockerfile 2.1%