Check Langchain Version

To check the version of LangChain installed on your system, open a terminal or command prompt and type the following command: This command will display information about the installed LangChain package, including the version number. A Few Words on Langchain LangChain πŸ¦œπŸ”— is a powerful framework designed to build applications that harness the capabilities of … Read more

What Are Embeddings in OpenAI?

Embeddings, in the context of OpenAI, are numerical representations of textual or code-based information. They convert concepts into number sequences, which enables computers to comprehend the relationships between these concepts more easily. OpenAI’s embedding models, such as text-embedding-ada-002, have been designed to outperform other top models in various standard benchmarks, including a 20% relative improvement … Read more

Giggle GPT Joke Search Engine – Implementing Pagination (5/6)

Hi and welcome back to part 5, where we will be implementing pagination and testing to see how our page holds up when there really are a large number of jokes saved. This is part 1 of the following series: πŸŽ“ Full 6-video course with downloadable PDF certificates: Giggle – Creating a Joke Search Engine … Read more

How I Created a Face-Detection App Using the Flask Framework

Advancement in technology has witnessed the application of artificial intelligence to detect and recognize human faces. πŸ‘©πŸ‘©β€πŸ¦²πŸ‘¨β€πŸ¦° This is accomplished using OpenCV, a Python library for computer vision and image processing. In the previous tutorials, we use OpenCV to process images and turn them into pencil drawings and cartoons. We will learn how to use … Read more

OpenAI GPT-4 Update: A New Era in Function Calling

It’s been an exciting journey observing OpenAI’s progressive leaps in the field of generative AI. Their cutting-edge models, gpt-3.5-turbo and gpt-4, released earlier this year, have been at the forefront of developers’ toolkits, catalyzing countless fascinating applications. We have discussed many GPT applications on the Finxter blog, such as productivity use cases for coders and … Read more

Label Studio Quickstart

🏷️ Label Studio is an open-source data labeling tool to label multiple data types such as audio, text, images, videos, and time series. You can export multiple model formats using a simple user interface. It is often used for data preparation to get more accurate machine learning models. Here’s an example from the GitHub repository: … Read more

26 Insane Auto-GPT and Baby AGI Alternatives You Ought to Try in 2023

Project 01: AgentGPT Description: Created by Asim Shrestha, AgentGPT allows for the assembly, configuration, and deployment of autonomous AI agents right in your browser. Author: Asim Shrestha πŸ•ŠοΈ Twitter: https://twitter.com/asimdotshrestha Project 02: BabyAGI on Slack Description: This project brings BabyAGI to Slack, with each thread representing a unique objective. Its author, Frank Chen, has enabled … Read more

Smol-Developer: Your Cute AI-Based Junior Developer πŸ•β€πŸ¦Ί

I just stumbled upon this project smol-developer that allows you to have your own “junior” programming assistant. If you’re like me, i.e., not really a nerd in deep Reddit culture, you wonder what exactly “smol” means in this context. What does “smol” mean? πŸ‡ Smol is an affectionate way of saying someone or something is … Read more

How I Cracked the Top 100 in the Kaggle House Prices Competition

Kaggle is a vibrant online community for data science and machine learning, providing a platform for learning, sharing, and competition. It’s an invaluable resource for individuals interested in these fields, regardless of their level of experience. The Kaggle House Prices – Advanced Regression Techniques Competition, in particular, is an excellent starting point for anyone who … Read more

No Module Named Langchain: Quick Fix

The “No Module Named Langchain” error typically arises if the Langchain library isn’t installed correctly or if there’s some inconsistency in the project’s environment. In this article, I’ll delve into the common causes of this problem and provide some easy-to-follow solutions to get back on track. πŸ’‘ First, ensure that Langchain is installed and up-to-date. … Read more

I Tried Berkeley’s 🦍 Gorilla Large Language Model

UC Berkeley researchers just published a new paper and website 🦍 Gorilla: Large Language Model Connected with Massive APIs that essentially translates English language to API calls. To keep it simple, here’s my layman’s explanation of what the model is providing to you: Input: An English language query.Output: An API call (=code) that’s most relevant … Read more

I Read Google’s SoundStorm Paper

Listen to this insane conversation published on Google’s SoundStorm GitHub page: A male and female speaker lead a conversation. Only at the end it becomes apparent that they are actually neither male nor female — they are bot called SoundStorm (PDF)! SoundStorm is a machine learning model that generates audio files. It is non-autoregressive. “Non-autoregressive … Read more