Skip to content
View RahulNenavath's full-sized avatar
👨‍💻
Working
👨‍💻
Working

Block or report RahulNenavath

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
RahulNenavath/README.md

👋 Hi, I'm Rahul!

A Data Scientist and Machine Learning Engineer with over three (3) years of experience leveraging data to deliver impactful insights and innovative solutions, backed by Master’s degrees in Data Analytics and Computer Engineering.

About Me

  • Professional Expertise: I specialize in Generative AI, Natural Language Processing (NLP), and Data Science. My work spans from building intelligent models to designing scalable data architectures and pipelines. I am passionate about driving efficiency and effectiveness in real-world applications.

  • Industry Experience: My professional journey includes:

    • Designing AI solutions like Generative AI based auto-complete, and vector based semantic search engines that improve user experience.
    • Deploying scalable AI solutions by quantizing deep learning models for fast inference on cloud service providers like AWS & GCP.
    • Building data engineering pipelines to capture user activity and design analytics dashboards for user activity monitoring.
  • Research and Publications: I've co-authored a research paper in the field of biomedical imaging, contributing to advancements in brain tumor segmentation using deep learning techniques. My academic pursuits continue to complement my practical projects.

💻 Tech Stack

Python R Pandas NumPy SciPy scikit-learn Keras TensorFlow PyTorch Postgres Redis FastAPI Flask AWS Google Cloud Jupyter Notebook Visual Studio Code mlflow Apache Airflow GitHub



🌐 Connect with Me

Rahul's Github Profile Views

Pinned Loading

  1. Keyword-Generation Keyword-Generation Public

    Automatic Keyword Generation using Statistical and Language Models. Benchmarked YAKE, KeyBERT, Fine-tuned T5, and built a two-stage pipeline generation pipeline with llama 3 LLM. Best achieved Roug…

    Jupyter Notebook 1

  2. Ecommerce-Intent-Classification Ecommerce-Intent-Classification Public

    E-commerce Intent Classification (1000 intents), using RAG with ChromaDB & Llama 3.2 3B model.

    Jupyter Notebook

  3. ML-Algorithms-from-Scratch ML-Algorithms-from-Scratch Public

    Repo with ML algorithms written from scratch using python & numpy

    Python

  4. Olist-Ecommerce-TimeSeries-Forecasting Olist-Ecommerce-TimeSeries-Forecasting Public

    Sales and demand forecasting for Olist E-Commerce using ARIMA, SARIMA, SARIMAX, and XGBoost. Includes lag/rolling features and evaluation with RMSE, MAE, and MSE for accurate demand planning and in…

    Jupyter Notebook 1 3

  5. SpamClassifier SpamClassifier Public

    A classification module which inspects the given text and determines whether it a spam or not-spam text

    Jupyter Notebook

  6. Regression-Analysis Regression-Analysis Public

    Built a custom OLS regression model with Numpy and Scipy, incorporating hypothesis testing, significance analysis, and interpretability through t-tests and F-statistics.

    Python