Skip to main content
Alejandro AO

Alejandro AO

Software developer based in France

Recent

Full setup for Python development with virtual environments
·3016 words·15 mins
Introduction> Introduction # This article will show you how to setup a Python development environment for AI. We will go through installing the python version that you need, a version manager, a package manager, a code editor, and a notebook environment.
Streamlit App: Create a Machine Learning App with Python and Logistic Regression
·4034 words·19 mins
In this article, we will create a web application that predicts whether a tumor is malignant or benign. To do that, we will first train a model using the Logistic Regression algorithm.
Create a full-stack app with ChatGPT API - Tutorial
·2803 words·14 mins
Hello everyone! In this article, I will show you how to make an app that uses the OpenAI API. This API is a very powerful tool that allows you to generate text based on a prompt.
How to create a Chrome Extension with Manifest V3
·1661 words·8 mins
In this article, we will see how to create a Chrome extension. The extension we will build uses the latest version of the Chrome Manifest (manifest.json), which is V3. If you don’t know what is the Manifest, don’t worry.
A Simple Explanation of Linear Regression (Example using R)
·1144 words·6 mins
Let’s discuss what linear regression is and how to use it. We will also use R to implement a linear regression model to a test dataset. I assume that if you are reading this, you have a basic grasp of descriptive statistics (mean, median, mode, etc.
Create and configure a MySQL database for WordPress with the command line
·592 words·3 mins
Do you need to configure a database for your WordPress installation? Maybe you already installed WordPress and now you need to create a new database with a user for your website to work.