Artificial Intelligence is Already Here (and You Probably Use It Every Day Without Knowing It)

Tiempo de lectura: < 1 minuto Do you think artificial intelligence is something far-off, from movies or secret laboratories? No! AI already forms part of your daily life, and it’s the most curious thing that many times you don’t even realize it. In this video, I’ll explain what technologies based on AI are currently working around us and how they’re silently … Read more

Agents of Artificial Intelligence: It’s Not Science Fiction, 2025

Agents of Artificial Intelligence: It’s Not Science Fiction, 2025

Tiempo de lectura: < 1 minuto The Artificial Intelligence Agents are no longer something of the future. They are here. They work and they are about to change everything. You will be explained in this video in a clear and simple way: You’ll also see real examples like AutoGPT, BabyAGI and personalized agents that are already taking decisions, automating tasks and … Read more

How to Create a Mobile App with Local AI Using Mistral and Transformers.js with React Native

How to Create a Mobile App with Local AI Using Mistral and Transformers.js with React Native

Tiempo de lectura: 2 minutos Do you imagine an app that works with artificial intelligence without internet connection? Today I’ll show you how to use Transformers.js and a model like Mistral 7B quantized in the browser or on your mobile, without sending data to external servers. You’ll achieve total privacy by using your own device, it’s free to use, works … Read more

Using Llama-2 with Python and ARM64 or AMD64 Environment in a Docker Compose Container.

Using Llama-2 with Python and ARM64 or AMD64 Environment in a Docker Compose Container.

Tiempo de lectura: 2 minutos Hello, today we are going to learn how to deploy llama-2 on a server with an ARM64 environment, such as an Ampere 1 offered by Oracle Cloud. It’s worth noting that it’s also compatible with AMD64. The program in question is called LlaMA C++ and is available for multiple environments: In our case, we are … Read more

Using and Deploying GPT4ALL, an Alternative to Llama-2 and GPT4 for Low-Resource PCs with Python and Docker

Using and Deploying GPT4ALL, an Alternative to Llama-2 and GPT4 for Low-Resource PCs with Python and Docker

Tiempo de lectura: 2 minutos Hello, today we are going to learn how to deploy GPT4All, the open-source and commercial alternative to GPT-4 that also consumes fewer resources than Llama-2. In this tutorial, we will learn how to run GPT4All in a Docker container and with a library to directly obtain prompts in code and use them outside of a … Read more

Install Llama 2, Meta’s Open Source and Commercializable AI that Competes with Chat GPT for Use with Python and Docker (with GPU Access)

Install Llama 2, Meta’s Open Source and Commercializable AI that Competes with Chat GPT for Use with Python and Docker (with GPU Access)

Tiempo de lectura: 3 minutos Reading time: 3 minutes Hello, today we are going to see how we can install and download llama 2, the AI from Meta that competes with chatgpt 3.5. To do this, I have created a Docker Compose that will help us set up the environment. The first thing we need to do is go to … Read more

Install Llama 2, the Meta Open Source and Commercializable AI that competes with Chat GPT for use with Python and Docker (with GPU access)

Install Llama 2, the Meta Open Source and Commercializable AI that competes with Chat GPT for use with Python and Docker (with GPU access)

Tiempo de lectura: 3 minutos Hello, today we will see how we can install and download llama 2, the Meta AI that competes with chatgpt 3.5. For this, I have created a Docker Compose that will help us set up the environment. The first thing we need to do is go to the llama 2 page and request a version … Read more

The Future of Artificial Intelligence: Exploring the Limits of Technology

The Future of Artificial Intelligence: Exploring the Limits of Technology

Tiempo de lectura: 4 minutos Reading Time: 4 minutes Artificial Intelligence (AI), a term that was once considered science fiction, has become an exciting and revolutionary reality. As AI continues to evolve, we find ourselves at a crucial moment in our history, where possibilities seem endless and the future promises radical changes in all aspects of our lives. AI has … Read more

Create a Neural Network to Classify Movie Reviews as Positive or Negative

Create a Neural Network to Classify Movie Reviews as Positive or Negative

Tiempo de lectura: 3 minutos Reading Time: 3 minutes Today, I’m going to show you how to create a Neural Network applied to Artificial Intelligence (AI) that can classify movie reviews as positive or negative. Step 1: Prepare the Data First, we need to obtain the data to train our neural network. In this case, we will use the IMDB … Read more

Create a Deep Learning Model (Neural Network) to Predict the Outcome of Regional Elections Using Fictional Data

Create a Deep Learning Model (Neural Network) to Predict the Outcome of Regional Elections Using Fictional Data

Tiempo de lectura: 2 minutos Reading Time: 3 minutes In this example, we are going to build a deep learning model using TensorFlow to predict the outcome of regional elections based on candidates’ social media data. We will use a fictional database that consists of the following fields: Age: candidate’s age Gender: candidate’s gender (0 for male, 1 for female) … Read more