Algorithm
Artistry

Welcome to the portfolio of Rahul AR, an Artificial Intelligence and Machine Learning Enthusiast.

My Projects

DATA CLEANING IN
SQL

Data cleaning is the process of preparing raw data for analysis by removing bad data, organizing the raw data, and filling in the null values. Data cleaning in SQL Server is the process of detecting and correcting (or removing) corrupt or inaccurate records from a record set, table, or database.

1

DAILY STOCK DASHBOARD
USING PYTHON

This is a dashboard that displays the daily stock price of a company. The dashboard is built using Python and Dash. The data is pulled from the Alpha Vantage API. The dashboard is deployed on HEROKU. This Python project retrieves and visualizes historical stock price data for Microsoft (MSFT) and Salesforce (CRM) using the Yahoo Finance API and Plotly. It generates line charts for Microsoft and candlestick charts for Salesforce. Additionally, it displays the timestamp of the last script run in UTC

EMPLOYEE CHURN MODEL
(ML PROJECT)

Employee churn, or turnover, is a critical issue for many organizations. This model aims to predict which employees are likely to leave the company, allowing HR and management to take proactive measures to retain valuable talent.

PREDICTING THE PRICE OF
USED CARS

Used car prices are a function of supply and demand. This model aims to predict the price of a used car based on its characteristics. This model can be used by car dealerships to determine the appropriate price of a used car, or by consumers to determine whether they are getting a good deal on a used car.