Do you host your own ML / AI / LLM? What do you use, and what do you use it for?

  • Rimu@piefed.social
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    3
    ·
    edit-2
    14 hours ago

    The other day I made a machine learning model that classifies images as either ‘a certain type of undesirable image’ (no, not porn) or ‘any other image’. It is 96.4% accurate and takes 14 ms to classify one image (using CPU only - with a GPU it could be 5x - 10x faster).

    I plan to offer this as an API service that social media networks can use to filter posts.