top of page

Select Opensource AI frameworks and Code samples

AWS Bedrock

Amazon Bedrock is a cloud service that lets you access powerful AI models from various companies.  These models are like building blocks, allowing you to create applications that can write different kinds of creative text formats, translate languages, and answer your questions in an informative way.  All through a single program interface, you can pick the right model for your project, fine-tune it with your data, and deploy it into your applications without having to manage any servers yourself.

Code : 

Course : 

LangChain

LangChain is a toolkit for developers to easily build applications powered by large language models (LLMs).  Imagine AI programs that can chat, write different kinds of creative content, or answer your questions. LangChain simplifies the process of building these applications by providing pre-made building blocks users can snap together. This lets developers focus on the unique features of their application without needing to be an LLM expert.

Code : 

Course : 

LlamaIndex

LlamaIndex is a framework designed to make large language models (LLMs) more powerful. It lets you connect your data to LLMs, allowing them to answer your questions, complete tasks, and generate creative text formats  based on the information you provide. You can use LlamaIndex to build things like chatbots, question answering systems, and even intelligent agents.

Code : 

Course : 

Weaviate

Weaviate is an open-source vector database built for AI applications. It stores data and its semantic meaning, allowing you to search for similar information using AI techniques.  Imagine searching for images not just by keywords, but by how similar they look to another image. Weaviate makes this possible for various data types, like text and images, and is a powerful tool for building intelligent applications.

Code : 

Course : 

Milvus

Milvus is an open-source vector database built for AI applications. It excels at storing and searching vast collections of encoded data, like images or text converted into a special format. This lets computers find similar data quickly, making it useful for tasks like image recommendation or voice recognition.

Code : 

Course : 

bottom of page