Skip to content
View Rachi-collab's full-sized avatar

Block or report Rachi-collab

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Rachi-collab/README.md

Engineer in the Making Β· B.Tech CSE '27 Β· Builder of Intelligent Systems

LinkedIn Email Profile Views


whoami

class RachiRajpal:
    def __init__(self):
        self.role        = "B.Tech CSE Student (Batch 2027)"
        self.focus       = ["Artificial Intelligence", "Machine Learning", "Deep Learning"]
        self.languages   = ["Python", "Java", "C++", "JavaScript", "R", "PHP"]
        self.tools       = ["TensorFlow", "PyTorch", "Scikit-learn", "OpenCV", "MLflow"]
        self.platforms   = ["Git/GitHub", "Jupyter", "Google Colab", "AWS", "Azure"]
        self.currently   = "Exploring deep neural network architectures"
        self.goal        = "Grow as an AI/ML Engineer & build impactful intelligent systems"
        self.open_to     = ["AI/ML Internships", "Collaborative Projects", "Open Source"]

    def say_hi(self):
        print("Thanks for visiting! Let's build something intelligent together.")

me = RachiRajpal()
me.say_hi()

🧠 What I Bring to the Table

Area Skills
Core ML Model training, feature engineering, performance evaluation, data preprocessing
Deep Learning Neural networks, CNNs, learning architectures with TensorFlow & Keras
Data Science End-to-end pipelines, EDA, visualization with Matplotlib, Plotly, Seaborn
Engineering DSA, OOP, algorithm design, version control with Git
Cloud & Deploy Experiments tracked via MLflow, cloud compute on AWS & Azure

πŸ› οΈ Tech Stack

Languages

Python C++ Java JavaScript R C

AI / ML / Data

TensorFlow PyTorch Keras scikit-learn OpenCV mlflow

Data & Visualization

NumPy Pandas Matplotlib Plotly SciPy

Web & Frameworks

HTML5 CSS3 NodeJS Next JS Angular TailwindCSS PHP

Cloud & Databases

AWS Azure Firebase MySQL

Tools & Environments

Git GitHub Anaconda


πŸ“Š GitHub Stats

GitHub Stats

GitHub Streak

Top Languages


πŸ“ˆ Learning Roadmap

2024 ──────────────────────────────────────────────────────────────── 2027
  β”‚                                                                      β”‚
  ●── ML Fundamentals          ●── Deep Learning         ●── Research &
  β”‚   Scikit-learn, NumPy      β”‚   CNNs, RNNs, NLP       β”‚   Open Source
  β”‚   Feature Engineering      β”‚   TensorFlow/PyTorch     β”‚   Contributions
  β”‚                            β”‚                          β”‚
  └── Real-world Datasets      └── Computer Vision        └── AI Engineer 🎯

πŸ’‘ Currently Exploring

  • πŸ”¬ Deep Learning architectures β€” CNNs, attention mechanisms, transformers
  • πŸ§ͺ Model optimization & hyperparameter tuning
  • πŸ“¦ ML experiment tracking with MLflow
  • ☁️ Cloud deployment of ML models on AWS/Azure

🀝 Let's Connect

I'm actively looking for AI/ML internships, open-source collaborations, and project partnerships. If you're working on something intelligent and impactful β€” let's talk.

LinkedIn Email


Dev Quote

"The best way to predict the future is to build it."

Popular repositories Loading

  1. CodeAlpha_Iris-FLower-Classification CodeAlpha_Iris-FLower-Classification Public

    Jupyter Notebook

  2. WaterQualityPrediction WaterQualityPrediction Public

    The objective of this project is to forecast several water quality parameters based on machine learning models, i.e., MultiOutputRegressor. The project is being created within a one-month AICTE Vir…

    Jupyter Notebook

  3. CodeAlpha_CarPricePrediction-With-MachineLearning CodeAlpha_CarPricePrediction-With-MachineLearning Public

    This project, built during my CodeAlpha Data Science Internship, uses regression models to predict car prices based on features like brand value, horsepower, and mileage. It covers data preprocessi…

    Jupyter Notebook

  4. CodeAlpha-Sales-Prediction-using-Python CodeAlpha-Sales-Prediction-using-Python Public

    A sales prediction project built during the CodeAlpha Data Science Internship. It uses regression models to forecast sales based on historical data. The workflow includes data preprocessing, featur…

    Jupyter Notebook

  5. Quiz-app-tkinter Quiz-app-tkinter Public archive

  6. To-do-task To-do-task Public

    A simple Python based To-Do List app to add, view, and remove tasks. Ideal for beginners learning file handling. Lightweight, easy to use, and fully functional.

    Python