Image classification in CL? Help with starting point

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • clml

    Common Lisp Machine Learning Library

  • awesome-cl#machine-learning mentions clml and mgl; have you tried them*?

  • mgl

    Common Lisp machine learning library. (by melisgl)

  • awesome-cl#machine-learning mentions clml and mgl; have you tried them*?

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • py4cl

    Call python from Common Lisp

  • If you can structure your code so that data de/serialization is not a bottleneck, then you could access the python libraries using py4cl/2.

  • py4cl2

    Call python from Common Lisp

  • If you can structure your code so that data de/serialization is not a bottleneck, then you could access the python libraries using py4cl/2.

  • dense-arrays

    Numpy like array object for common lisp

  • *I have not; I have a couple of WIP/alpha-stage libraries like dense-arrays and numericals that could be useful; once I find the time, I want to think about if these or its dependencies can be integrated into the existing libraries including antik mentioned by awesome-cl.

  • numericals

    CFFI enabled SIMD powered simple-math numerical operations on arrays for Common Lisp [still experimental]

  • *I have not; I have a couple of WIP/alpha-stage libraries like dense-arrays and numericals that could be useful; once I find the time, I want to think about if these or its dependencies can be integrated into the existing libraries including antik mentioned by awesome-cl.

  • TH

    Deep Learning Library for Common Lisp.

  • TH has a cats and dogs example.

  • 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
  • julia

    The Julia Programming Language

  • Depending on what features of lisp you are looking for, you might find julia to be useful. I personally dislike JIT because I want compile to mean compile, and in the absence of super-fast JIT, the waiting time on every small update seems to break my flow-state. And there are many other things that SBCL and Common Lisp in general provide that are still lacking.

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