- Видео 184
- Просмотров 144 104
Clarifai
США
Добавлен 28 апр 2017
Clarifai is an artificial intelligence company that excels in visual recognition, solving real-world problems for businesses and developers alike. Founded in 2013 by Matthew Zeiler, a foremost expert in machine learning, Clarifai has been a market leader since winning the top five places in image classification at the ImageNet 2013 competition, and predicts more than 1.4 billion concepts in photos and videos every month. Clarifai’s powerful image and video recognition technology is built on the most advanced machine learning systems and made easily accessible by a clean API, empowering developers all over the world to build a new generation of intelligent applications. The company has amassed a suite of clients that range from Fortune 500 companies to startups and small development teams, including Buzzfeed, Trivago, 500px, StyleMePretty, and many more.
Introducing Compute Orchestration - Any AI, On Any Compute!
We’re thrilled to introduce Clarifai’s new Compute Orchestration.
You can now take advantage of Clarifai’s unified control plane to orchestrate your AI workloads: Optimize your AI compute, avoid vendor lock-in, and control spend more efficiently.
Why it matters:
Use compute as efficiently as possible: We optimize your resources automatically and reduce compute costs using GPU fractioning, batching, autoscaling, spot instances, and more.
Deploy on any hardware or environment: Seamlessly deploy models in any environment, such as in our SaaS or your VPC, on-premise, or air-gapped.
Maintain security and flexibility: Deploy into your VPC or on-premises Kubernetes clusters without opening inbound po...
You can now take advantage of Clarifai’s unified control plane to orchestrate your AI workloads: Optimize your AI compute, avoid vendor lock-in, and control spend more efficiently.
Why it matters:
Use compute as efficiently as possible: We optimize your resources automatically and reduce compute costs using GPU fractioning, batching, autoscaling, spot instances, and more.
Deploy on any hardware or environment: Seamlessly deploy models in any environment, such as in our SaaS or your VPC, on-premise, or air-gapped.
Maintain security and flexibility: Deploy into your VPC or on-premises Kubernetes clusters without opening inbound po...
Просмотров: 66
Видео
Introduction to the Clarifai Platform: Part 1
Просмотров 4522 месяца назад
Welcome to Part 1 of the series on Clarifai. In this series, we will be sharing a complete guide on getting started with the Clarifai Platform, including data curation, building custom models, creating your own workflows, and building AI apps. This session is all about an introduction to the Clarifai Platform! Sign up for Clarifai here to get started: clarifai.com/signup Check out the docs here...
Introducing Control Center: Your Unified AI Dashboard
Просмотров 5423 месяца назад
Clarifai Control Center is a unified dashboard, a single pane of glass to monitor everything happening within your account on the platform. It serves as the sole source of truth for various information dimensions, enabling you to make informed decisions based on data from multiple sources. In this video, we will explore all the features of the Control Center and see how it provides detailed ins...
Fine-Tune Llama 3.1 On Your Data
Просмотров 1,3 тыс.4 месяца назад
Fine-tune Llama 3.1 on your data using the Clarifai Platform. In this video, we will see how to fine-tune the Llama 3.1 8B instruct model for your own use case using the Clarifai Platform. One of the best aspects is that you do not need to set up the models or install libraries and get stuck fixing those issues. Everything we do in this video is no-code using the Platform. All you need to do is...
Auto Annotate Your Entire Data with a Single Click: Auto Annotation Explained!
Просмотров 7346 месяцев назад
Auto Annotation is a feature that lets you auto-annotate entire image datasets with a single click, regardless of their size, using the Clarifai Platform. You can leverage machine learning models and workflows from the Community to automatically annotate the data. Additionally, you can determine which concepts to annotate automatically and which to review manually based on defined confidence th...
Access Gemini 1.5 Pro, Command R+, DBRX, and the Latest LLMs on the Clarifai Platform!
Просмотров 3849 месяцев назад
Try out the models: Gemini 1.5 Pro: clarifai.com/gcp/generate/models/gemini-1_5-pro Command R : clarifai.com/cohere/generate/models/command-r-plus Claude-3: clarifai.com/anthropic/completion/models/claude-3-opus Mistral-Large: clarifai.com/mistralai/completion/models/mistral-large GPT-4: clarifai.com/openai/chat-completion/models/GPT-4 Join the Discord community here: discord.com/invite/26upV8Y...
Clarifai and Deepgram Partnership 🎉
Просмотров 1969 месяцев назад
Clarifai is thrilled to announce our strategic partnership with Deepgram, a leader in automatic speech recognition (ASR) technology. 🚀 Our goal was to integrate Deepgram's state-of-the-art speech-to-text technology expertise into the Clarifai full-stack AI platform, allowing developers to build AI faster with enhanced ASR capabilities. Listen to the conversation between Scott Stephenson (CEO of...
Getting started with DSPy: A beginners guide to RAG
Просмотров 6 тыс.11 месяцев назад
Hi everyone, DSPy is a framework for solving advanced tasks using language models and retrieval models. DSPy offers the flexibility to algorithmically optimize language model prompts and weights. Also, instead of using a prompt template or crafting a detailed prompt for an LLM, you can simply define your task and the metrics you want to maximize, and prepare a few example inputs. DSPy will then...
Build a RAG system in 4 lines of code | Retrieval-Augmented Generation
Просмотров 2,4 тыс.11 месяцев назад
In this video, we work through building a Retrieval-Augmented Generation (RAG) system in just 4 lines of code using Clarifai's Python SDK. 📌 Colab Notebook: colab.research.google.com/drive/1RTiGeSNuyjajRJrA4wHEYga2csew7Ter?usp=sharing Please feel free to ask any questions you may have in the comment section below. If you found this tutorial helpful, don't forget to give it a thumbs up and subsc...
How to build an Image Data Labeling app using GPT-4 Vision in Python
Просмотров 3,1 тыс.Год назад
Although GPT-4 Vision is capable of handling image data, object detection is not currently possible. When tasked with noting the exact position of an object in an image, the GPT-4 Vision model is hesitant to provide that information. In this video, we will explore how to access the GPT-4 Vision model using the Python SDK. We will also see the model's limitations for object detection tasks and e...
Text Classification Using Zero-Shot Prompting | Prompters
Просмотров 902Год назад
Large Language Models are designed to understand and generate text based on the instructions or prompts they receive. Prompting an LLM allows you to leverage the model’s pre-trained language capabilities and control its outputs so that it can deliver what is relevant to your needs. In this video, let's take a look at the prompter, which is an Agent system operator in Clarifai. It serves as a pr...
Generative Question Answering with RAG: Clarifai and LangChain Full Walkthrough
Просмотров 566Год назад
In this video, we work through building a generative question-answering system using Retrieval Augmented Generation (RAG) from start to finish. We utilize OpenAI's GPT-3_5-turbo LLM as the engine, implement it with LangChain, and employ BAAI general model for embedding, along with the Clarifai vector database as our knowledge base. 📌 Colab Notebook: colab.research.google.com/drive/1uLzFycdt_pVY...
Label Faster with AI Assist
Просмотров 1 тыс.Год назад
Learn how to use the new AI Assist features for data labelling. Instead of starting from scratch with every new batch of data, leverage the pre-trained models from the Clarifai community to make suggestions for labels. Please feel free to ask any questions you may have in the comment section below. If you found this tutorial helpful, don't forget to give it a thumbs up and subscribe to our chan...
Clarifai Python SDK: Getting Started Tutorial
Просмотров 506Год назад
Learn how to get started with the Clarifai Python SDK for creating apps, uploading datasets, and performing model predictions, along with accessing models from the Clarifai community, all in just a few lines of code. Get your Free Personal AccessToken for Clarifai👇 clarifai.com/settings/security Python SDK: github.com/Clarifai/clarifai-python Colab Notebook: colab.research.google.com/drive/11nw...
Inside Look: Exploring Clarifai's New Portal & Features
Просмотров 1,1 тыс.Год назад
Dive into a comprehensive overview of Clarifai's revamped portal! In this video, we'll walk you through the enticing welcome screen, explore the featured models, and delve deep into the capabilities of the platform - from image recognition and captioning to using workflows for intricate tasks. Ever wondered how to integrate these models into your projects? We've got you covered with code genera...
Fine-Tuning GPT-Neo for Text Classification
Просмотров 2,3 тыс.Год назад
Fine-Tuning GPT-Neo for Text Classification
Using Cohere, AI21, and OpenAI generative models with Clarifai
Просмотров 634Год назад
Using Cohere, AI21, and OpenAI generative models with Clarifai
Enhancing LLMs with Retrieval Augmented Generation (RAG)
Просмотров 1,4 тыс.Год назад
Enhancing LLMs with Retrieval Augmented Generation (RAG)
AI in 5: Cross-modal labeling and transfer learning
Просмотров 3,2 тыс.Год назад
AI in 5: Cross-modal labeling and transfer learning
Multimodal AI Magic: Instant Transfer Learning with Text-to-Visual Labeling | Step-by-Step Tutorial
Просмотров 815Год назад
Multimodal AI Magic: Instant Transfer Learning with Text-to-Visual Labeling | Step-by-Step Tutorial
Introduction to Clarifai Portal Part 2: Data Curation
Просмотров 1,1 тыс.Год назад
Introduction to Clarifai Portal Part 2: Data Curation
Introduction to Clarifai Portal Part 1
Просмотров 3,7 тыс.2 года назад
Introduction to Clarifai Portal Part 1
Clarifai Demo - Using Clarifai for DAM Visual Search and Developing Custom Models for Apparel
Просмотров 5702 года назад
Clarifai Demo - Using Clarifai for DAM Visual Search and Developing Custom Models for Apparel
AME Keynote - Manufacturing and AI technology continues to deliver benefits to the world
Просмотров 2112 года назад
AME Keynote - Manufacturing and AI technology continues to deliver benefits to the world
Clarifai Demo - Using Clarifai to Enable Visual Search Within Digital Asset Management Systems
Просмотров 1,5 тыс.2 года назад
Clarifai Demo - Using Clarifai to Enable Visual Search Within Digital Asset Management Systems
Love this, clarifai had the original innovation of deep learning from 2012 :)
not sure if the video is about info/tutorial on dspy or dspy-clafifai integration? if its the latter then can they rename the title to save people's times and avoid misinterpretation?
Can a RAG created in a low-code service be used in conjunction with DSPy?
Ok where is the documentation?
How about performance of RAG that build from this method
That's great!
Is clarifai is free to use?
Hi, Yes, you can get started for free. Sign up here: clarifai.com/signup
Hey Andrew, thanks for the clear and concise demo. I did this yesterday, and within under an hour I was able to finish this project 😎 Clarifai is a remarkable tool!!
I get this: "I'm sorry, but it seems that the context information you mentioned is missing" even though I am using: rag_agent.upload(file_path=r'bavykina-et-al-2019-turning-a-methanation-co-catalyst-into-an-in-co-methanol-producer.pdf',chunk_size= 1024, chunk_overlap= 200)
Hi, could you reach out to us on Discord here? discord.gg/UWKpu8mX4y
i think this site is not workin anymore
Good looking product. Please use a different voice for presentation as its way to heavy on vocal fry.
This is an absolutely incredible video. I'm currently doing an internship as an Electrical Engineering undergraduate at my university regarding using lasers to cause misclassification in image recognition Neural Networks. This video alongside your other content has been incredibly useful and mind opening for me! I hope you read this comment, and if you want to respond I'd love to ask questions.
Upload this tutorial video
Getting an error llama index, installed pip install llama-index-core==0.10.1. Now getting Import error:ImportError: cannot import name 'get_default_fs' from 'llama_index.core.readers.file.base' (/usr/local/lib/python3.10/dist-packages/llama_index/core/readers/file/base.py) ImportError: Unable to import PDFReader How to resolve this issue?
Hi Arpit, try updating the Clarifai and llama-index dependencies: pip install clarifai==10.3.1 and pip install llama-index-core==0.10.24
@@theworldsai Thanks for replying. Was this fixed on 10.3.1. I could not find the details of this release on your website. Please share the link where can I find the updates on 10.3.1
@@meetarpitjain please check this: pypi.org/project/clarifai/10.3.1/
very cool partnership !
I've probably seen 1001 AI videos by now, but your videos are definitely among the very best. My master's thesis thanks you.🙂 Just one small thing, please don't be so fast, I'm already playing your videos at 60%. 😂 Don't you have to breathe? Like every 10 minutes or so? 😄 I'm just kidding, please have mercy for idiots like me. 🤗
Tried uploading my training data in json but it is not supported.
Kindly reach out to us and share your query on our Discord channel: discord.gg/UWKpu8mX4y
Here is the code import streamlit as st from PIL import Image import pandas as pd import base64 from clarifai_grpc.channel.clarifai_channel import ClarifaiChannel from clarifai_grpc.grpc.api import service_pb2_grpc stub = service_pb2_grpc.V2Stub(ClarifaiChannel.get_grpc_channel()) st.title("Classifier Demo") st.header("Step 1: Enter an API key") key = st.text_input("API Key") if key == '': st.warning("An API Key has not been entered.") st.stop() else: st.write("API Key has been uploaded.") file_data = st.file_uploader("Upload Image") if file_data == None: st.warning("File needs to be uploaded.") st.stop() else: image = Image.open(file_data) st.image(image) from clarifai_grpc.grpc.api import service_pb2, resources_pb2 from clarifai_grpc.grpc.api.status import status_code_pb2 # Create an application on Clarifai and put its ID here. YOUR_APPLICATION_ID = "???" # This is how you authenticate. metadata = (("authorization", f"Key {key}"),) request = service_pb2.PostModelOutputsRequest( # This is the model ID of a publicly available General model. You may use any other public or custom model ID. model_id="aaa03c23b3724a16a56b629203edc62c", user_app_id=resources_pb2.UserAppIDSet(app_id=YOUR_APPLICATION_ID), inputs=[ resources_pb2.Input( data=resources_pb2.Data(image=resources_pb2.Image(base64=file_data.getvalue())) ) ], ) response = stub.PostModelOutputs(request, metadata=metadata) if response.status.code != status_code_pb2.SUCCESS: print(response) raise Exception(f"Request failed, status code: {response.status}") names = [] confidences = [] for concept in response.outputs[0].data.concepts: names.append(concept.name) confidences.append(concept.value) # st.write( "%12s: %.2f" % (concept.name, concept.value)) df = pd.DataFrame({ "Concept Name" : names, "Concept Confidences" : confidences }) st.dataframe(df)
That really clarifai’d things 🥁
Please continue this with a 3rd part...I love your presentation and it's easy to understand
@Clarifai where is the next session?
very nice
hi I am not abe to add PAT
Hi, can you do that to moving images/video ?
Hi, Yes you can use AI Assist for both moving images and video. Check out the documentation here: docs.clarifai.com/portal-guide/annotate/label-types/. Reach out to us in discord, if you need any help: discord.gg/NxVt2cEF8u
Very impressive demonstration.
is this model support Arabic?
hi how are bro can you give me your codes
Does Clarifai allow me to deploy it?
This is such an interesting platform, I will start creating apps with it! Thanks 😁💯👏
That's cool, but how to upload model
would I need to upload all files for this to work? I have terabytes of video files
part3 update plsi need it
Some of your sheep are goats ;-)
Definitely some cows in the mix too
how can i implement it into a python script to analyze images
Hi, i want to build a device that uses image recognition API to help the blind for my school project and idk how to start can you help me ?
same here
How to integrate it.what is the yearly subscription for buy
It looks amazing. Get to the top quicker - Promo`SM !!
Thank you. For a newbie in the EOIR industry, this video is helpful. Please make more.
Are pills good?
PЯӨMӨƧM 🌺
Very interesting webinar
What are maths require for computer vision research scientist?
Documentation please
The equations def made me tear up laughing out loud! 🤣🤩 thanks for the heads up. Lol
One of the key challenges for insurance companies is to maintain a balance between costs attached to claims assessment and processing efficiency which directly impacts client satisfaction levels. To contextualize, organize, and draw true meaning from data, insurers are turning to artificial intelligence (AI) to augment the capabilities of their business experts.
What is the difference between building a workflow for data labeling and using an AI assistant?
Finally, Someone who listens
i cant seem to access the module option in my page how can i fix that
If there is model already can detect the objects I need why to start from scratch and label my data
This is a great quesiton. This is because many users need to create custom models that recognize objects not recognized by a general model. You may want to create a model that recognizes specific brands or styles of shoes for example.
@@theworldsai 👍🏼 thank you