DEV Community

Cover image for Using Open Source Models
taytay836
taytay836

Posted on

Using Open Source Models

What are Open Source Models?

  • Open source models are pre built machine learning models that anyone can use, modify and share... (Imagine a treasure chest you didn’t bury but can freely open and use. That’s open source!)

Why Use Open Source?

  1. completely free, no payment required.

  2. access to amazing tecnology like AI(artificial intelligence) and ML(machine learning)

  3. Its built and maintained by a global community of experts.

Two Popular Examples:

  1. TensorFlow

  2. PyTorch

  • both are versatile frameworks with countless pre trained models.

Ease of Use:

  • With open source models you can skip the boring and hard parts, like cleaning and gathering data.

  • Many models are 'plug and play' meaning just load and go! Although experimentation is the best teacher, modify the models and learn hands on.

  • Community support is another major factor of ease of use, there's probably already a guide, forum thread, or video tutorial available for what you are trying to do.

Real World Use:

  1. Voice Cloning - Tacotron allows you to create custom voices, for like an audiobook or whatever you may choose.

  2. Image Generation - DALL`E can create art or designs.

  3. Spam Detection - BERT will analyze tweets to detect spam.

The Secret Sauce
aka How to Use Them

  1. Find a model

i.e. (Hugging Face, GitHub, TensorFlow Hub)

  1. Install required tools

Image description

  1. Load the model

  2. Change parameters or feed it your own data.

  3. Share your work, post it online, inspire others and get feedback.

Things to Be on The Lookout For:

  • Hardware requirements some models need powerful GPU's to work well.

  • Bias in Models, they're only as good as the data they were trained on.

  • Licensing, always check that some models have restrictions on commercial use.

  • Maintenance, they aren't always polished to perfection; expect bugs and quirks.

In Conclusion:

Open-source models are like having a powerful AI toolkit at your fingertips, ready to bring your ideas to life. Whether you’re coding for fun, solving a business problem, or just experimenting, they make AI more accessible than ever. They're for everyone artists, students, coders or the simply curious. Embrace them experiment, and join the growing community of creators turning ideas into reality..

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

Cloudinary image

Zoom pan, gen fill, restore, overlay, upscale, crop, resize...

Chain advanced transformations through a set of image and video APIs while optimizing assets by 90%.

Explore

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay