Skip to content
View rajniiii's full-sized avatar

Block or report rajniiii

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
rajniiii/README.md

Hi, I'm Rajanee 👋

I'm glad you're here

I'm a Data and AI Engineer - I build pipelines that move data reliably, RAG systems that retrieve accurately, and full-stack products that real people can actually use.

Currently finished my M.S. in Data Science at Stevens Institute of Technology and actively looking for full-time roles.


class RajaneeS:
    location  = "Jersey City → NYC"
    roles     = ["Data Engineer", "AI Engineer", "ML Developer"]
    education = "M.S. Data Science — Stevens Institute of Technology"
    published = "Blockchain research — European Chemical Bulletin"

    def build(self) -> str:
        return "things that work for real people"

Tech I work with

AI / ML

Python LangChain OpenAI HuggingFace scikit-learn

Data Engineering

Apache Kafka Databricks FastAPI SQL Tableau

Earlier

Ethereum Solidity


Projects

SowZone — Code for Climate 2025

Urban agriculture platform for NYC residents — finds idle city land, runs real soil analysis via ISRIC + USGS APIs, generates AI crop restoration guides, and auto-submits NYC GreenThumb permits.

Base44 NYC Open Data React FastAPI Leaflet.js


Blockchain Research — Published, European Chemical Bulletin

Ethereum Solidity Smart Contracts Web3.js


Experience

Stevens Institute of Technology — Graduate Assistant, Office of the Provost

DigitalDose — Data-Focused Backend Developer & Analyst

Yibe — Data Engineer

Iraje Software — Application Support Analyst


Open to full-time roles

Data Engineer · AI Engineer · ML Engineer


LinkedIn Tableau Email

Pinned Loading

  1. sign_language sign_language Public

    Real-time, on-device sign language recognition system. Extracts 258-D pose and hand keypoints with MediaPipe Holistic and classifies dynamic gesture sequences using a Bidirectional LSTM trained on …

    Python

  2. FinDoc-Parser FinDoc-Parser Public

    FinDoc-Parser is an document parsing system that extracts structured data from complex financial Docs

    Python 1

  3. audioclassification audioclassification Public

    This project integrates audio classification and speech-to-text transcription using OpenAI’s Whisper, a powerful Large Language Model (LLM)-based architecture for automatic speech recognition (ASR).

    Jupyter Notebook

  4. Data_Analysis_AllianzInsurance Data_Analysis_AllianzInsurance Public

    This project applies statistical and machine learning techniques in Python to analyze customer behavior for Allianz Insurance. Guided by the CRISP-DM framework, it leverages libraries such as panda…

    Jupyter Notebook

  5. worldrealestateprediction worldrealestateprediction Public

    A machine learning project focused on predictive modeling using neural networks and ensemble stacking techniques to handle complex, large-scale datasets by ETL applied to real estate valuation domain.

    Jupyter Notebook

  6. RAG-Probe RAG-Probe Public

    LLM evaluation and adversarial testing framework for benchmarking hallucination, prompt injection, retrieval quality, faithfulness, relevance, and robustness in Retrieval-Augmented Generation (RAG)…

    Python