Simplest way to obtain a network classifying images as Paintings / Not Paintings?

This page summarizes the projects mentioned and recommended in the original post on /r/MLQuestions

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • CLIP

    CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image

  • You can give OpenAI's CLIP a shot: https://github.com/openai/CLIP. It's capable of doing zero-shot classification. Here is a neat example of CLIP usage: https://github.com/haltakov/natural-language-image-search.

    You can give OpenAI's CLIP a shot: https://github.com/openai/CLIP. It's capable of doing zero-shot classification. Here is a neat example of CLIP usage: https://github.com/haltakov/natural-language-image-search.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • fastbook

    The fastai book, published as Jupyter Notebooks

  • Alternatively, you can train your own classification model. I would've started with a pre-trained small-ish ResNet and worked from here. Here is a good tutorial of how to do that https://github.com/fastai/fastbook/blob/master/05_pet_breeds.ipynb.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • The fastai book, published as Jupyter Notebooks

    1 project | news.ycombinator.com | 17 Jan 2024
  • fast.ai Book in Rust - Chapter 2 - Part 1

    2 projects | dev.to | 29 Nov 2023
  • Trying to get into machine learning and create a code that would recognise when my cat is detected on a camera, how should I approach this?

    1 project | /r/learnmachinelearning | 1 Jul 2023
  • Fastai Chapter 4 - The important parts, Part 2: Building a regression model

    1 project | dev.to | 25 Jan 2023
  • Need help trying to run Fastai notebooks on kaggle.

    1 project | /r/learnmachinelearning | 22 Sep 2022