Skip to content

Using machine learning to tell you if a cat video is worth watching

Notifications You must be signed in to change notification settings

survivorchicken9/good-cat-videos

Repository files navigation

judging cat videos

Code style: black

Basically a site where you put in the title (or URL?) of a cat video and we'll tell you if it's good or not i.e. if you should watch it.

Basic frontend made for project. Still lots of tweaking to do (not to mention actual model building) but I just wanted to template out the flow of the site.

Now running on a very (very) simple linear regression model based on the input video title and most popular words.

The site is live here: https://judging-cat-videos.herokuapp.com/

Running the site locally

  • install all dependencies from pipfile
  • run app.py
  • check site running on localhost

Packages managed using pipenv. Check the pipfile for list of dependencies. If pipfile lock isn't working, use --pre (usually need it for the dev dependencies).

About

Using machine learning to tell you if a cat video is worth watching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages