Vetted Natural Language Processing Professionals

Pre-screened and vetted.

DL

Senior Python Developer specializing in data engineering, MLOps, and cloud platforms

Dallas, TX13y exp
CBREAnna University

Backend/data engineer with production experience building secure Django/DRF APIs (JWT RS256 + rotating refresh tokens), background processing with Celery, and strong reliability practices (timeouts, retries/backoff, structured logging, audit trails). Has delivered AWS solutions spanning Lambda + ECS with IaC/CI-CD and built Glue/PySpark ETL pipelines with schema evolution and data-quality quarantine patterns; also modernized a legacy SAS pipeline to Python/PySpark with parallel-run parity validation and phased rollout.

View profile
MD

Junior Software Engineer specializing in AI, backend systems, and AWS cloud

Sunnyvale, CA2y exp
LinkedInNortheastern University

Built and shipped a production multi-agent conversational AI platform (Monitor agent + RAG + 4 additional agents) with enterprise REST APIs, using ChromaDB-grounded WCAG knowledge to keep responses accurate while varying tone via personality modes and conversation memory. Has experience at LinkedIn delivering technical demos and pre-sales guidance to both engineering teams and C-level stakeholders, acting as a translator between sales and technical teams to drive adoption.

View profile
SG

Sai Garipally

Screened

Mid-level AI/ML Engineer specializing in GenAI, LLMs, and computer vision

USA5y exp
UiPathSacred Heart University

Built and productionized a multi-agent, LLM-powered document understanding system to replace manual review of long documents, using LangGraph orchestration plus RAG to reduce hallucinations. Implemented layered reliability controls (structured templates, checker agent, and human-in-the-loop feedback) and reported ~40% speed improvement after orchestration; also has hands-on Airflow experience for scheduled data pipelines.

View profile
LK

Mid-level AI/ML Engineer specializing in NLP, fraud detection, and MLOps

New York, NY4y exp
AIGUniversity of Texas at Arlington

LLM/ML platform engineer with hands-on experience taking an LLM document summarization prototype into a production-grade service on AWS EKS, emphasizing low-latency inference, drift monitoring, and safe CI/CD rollouts (canary + rollback). Strong in real-time debugging of agentic/RAG systems (tracing, retrieval/index drift fixes) and in developer enablement through practical workshops (Docker/Kubernetes/FastAPI) plus pre-sales support via demos and benchmarks to close pilots.

View profile
AE

Ashwitha E

Screened

Junior Data Scientist specializing in fraud analytics and cloud data platforms

Dallas, TX3y exp
Bank of AmericaUniversity of North Texas

Built and deployed production LLM-powered document summarization/classification systems using embeddings, vector databases (RAG-style retrieval), and automated evaluation (BERTScore/ROUGE), with a focus on monitoring and scalable cloud pipelines. Also partnered with a fraud analytics team to deliver a transaction anomaly detection solution, translating model outputs into Power BI dashboards and actionable KPIs while iterating on thresholds and alerts based on stakeholder feedback.

View profile
HA

Hamad Alajeel

Screened

Intern Machine Learning & AI Automation Engineer specializing in ML workflows and AI hardware

Fort Lauderdale, FL0y exp
Revscale Technologies Inc.UC San Diego

ML practitioner with hands-on experience adapting diffusion models (DDPM + U-Net in PyTorch) to improve low-dose CT medical imaging quality via denoising and upsampling against high-dose ground truth. Also built a RAG workflow during a recent internship by cleaning client survey data, embedding with OpenAI text-embedding-3-large, and indexing in Pinecone with MD5 deduplication, alongside a strong emphasis on production-grade Python practices.

View profile
CB

Mid-level Full-Stack Software Engineer specializing in cloud and AI-enabled applications

San Francisco, CA4y exp
One CommunityPurdue University

Product-focused full-stack engineer (70/30 app vs infra) with Accenture experience and recent AI workflow work, shipping end-to-end systems from React/TypeScript UIs through FastAPI backends to Postgres. Built an AI-driven data extraction platform with async job APIs, strict schema validation, and strong observability, and has operated AWS ECS-based deployments with real incident mitigation (DB connection exhaustion/latency under traffic spikes).

View profile
SK

Senior Software Engineer specializing in Python automation and hybrid cloud integration

Remote, USA3y exp
JPMorgan ChaseHarrisburg University of Science and Technology

Embodied AI / robotics-focused ML engineer with experience at JPMorgan and EY building language-to-robot control systems that connect transformer/LLM intent to safe real-world robotic actions. Designed production-grade, low-latency architectures (Kafka/Redis, monitoring, CI/CD) and applied sim-to-real and model distillation to make research ideas deployable on physical systems.

View profile
RM

Mid-level Full-Stack Java Developer specializing in FinTech microservices

AL, USA3y exp
JPMorgan ChaseLindsey Wilson College

Backend-focused Python/Flask engineer with strong performance and scalability experience across PostgreSQL/SQLAlchemy optimization, caching, and async processing. Has implemented multi-tenant data isolation (schema/db per tenant with RBAC and encryption) and integrated TensorFlow-based ML inference behind a Flask REST API using Redis caching, batching, and async execution; reports measurable wins like cutting endpoints from 6–8s to ~2s and increasing throughput 3–4x via Celery queues.

View profile
AK

Arda Kabadayi

Screened

Junior Software Engineer specializing in full-stack web development and computer vision

3y exp
Syracuse UniversitySyracuse University

Backend engineer who built an AI voice-driven calendar assistant using Python/Flask with a multi-agent architecture (CrewAI + OpenAI), including agent-specific memory management and summarization to handle token limits. Also has production performance optimization experience at Trendyol, adding Redis caching to speed up an advertisement retrieval endpoint and improve page load experience.

View profile
AS

Anuj Shah

Screened

Senior Data Analyst specializing in cloud data platforms, experimentation, and predictive analytics

GA, USA9y exp
UnitedHealth GroupNorthwestern Polytechnic University

Healthcare data/ML practitioner with experience at UnitedHealth Group building production ETL and streaming pipelines (Python, BigQuery, Kafka) that unify EHR, IoT device, and lab data for patient risk prediction. Also implemented embedding-based semantic search/linking for noisy clinical notes via domain adaptation and rigorous validation with clinical stakeholders; previously built churn prediction at DirecTV using XGBoost.

View profile
VH

Mid-level ML/AI Engineer specializing in NLP, RAG pipelines, and financial risk & fraud systems

USA3y exp
FintaUniversity at Buffalo

Built and shipped LLM/RAG systems in finance and startup settings, including a Goldman Sachs document intelligence platform that indexed ~8TB of regulatory filings and delivered cited, conversational answers with <2s latency—cutting compliance research by ~4.5 hours per batch. Also developed LangChain-based agent workflows at Finta to automate CRM enrichment and investor lookup with strong testing, tracing (LangSmith), privacy guardrails, and auditability.

View profile
TR

Tejaswi Rao

Screened

Mid-level Machine Learning Engineer specializing in MLOps and GenAI analytics

Jersey City, New Jersey7y exp
MediacomStevens Institute of Technology

ML/LLM practitioner who has deployed a production RAG-based trouble-call identifier using multiple datasets (device, network, past complaints). Experienced in end-to-end MLOps (FastAPI + Docker + Kubernetes with HPA) and in evaluating/monitoring LLM behavior to reduce hallucinations, with additional applied work in forecasting/anomaly detection and churn prediction for retention campaigns.

View profile
AK

Ansh Krishna

Screened

Intern Data Scientist specializing in ML systems and LLM-powered analytics

Noida, India1y exp
Data Security Council of IndiaUSC

Built an autonomous decision analytics LLM agent for end-to-end tabular binary classification, using RAG (FAISS) to retain context across multi-step queries. Deployed as a FastAPI service with production-style reliability features (schema-aware validation, fallbacks, retries, structured outputs) plus offline/online evaluation and monitoring to reduce analysis time and improve consistency versus stateless approaches.

View profile
SASIREKHA GULIPALLI - Mid-level Data Analyst specializing in procurement, supply chain analytics, and applied machine learning in Alpharetta, GA

Mid-level Data Analyst specializing in procurement, supply chain analytics, and applied machine learning

Alpharetta, GA4y exp
MotrexGeorgia State University

Strategic sourcing professional specializing in seasonal apparel supply chains, combining Coupa/JD Edwards analytics with Excel/Python modeling and Power BI dashboards to drive cost reduction and OTIF gains. Notable for rapid mitigation of a 10-day factory delay affecting 12 holiday SKUs (preserved 95% of revenue) and for automating PO workflows to cut cycle time by 4.2 days and improve OTIF by 15%.

View profile
Anthony Ngumah - Junior Embedded Software Engineer specializing in robotics, firmware, and AI-enabled systems in Boston, MA

Junior Embedded Software Engineer specializing in robotics, firmware, and AI-enabled systems

Boston, MA4y exp
OpentronsNortheastern University

Robotics-focused engineer with co-op experience building and debugging embedded C++/Python drivers for time-of-flight sensing on a Flex Stacker product, plus automation of large-scale test data collection via Google Drive/Sheets APIs to enable parallel robot testing. Also has ROS2 sensor-driver experience (GPS/RTK/IMU with custom messages/ROSbags) and is building a side project integrating Whisper-based live transcription with chunked abstractive summarization in a latency-aware pipeline.

View profile
Rushir Bhavsar - Intern AI/ML Engineer specializing in LLMs, MLOps, and distributed training

Intern AI/ML Engineer specializing in LLMs, MLOps, and distributed training

1y exp
Cadence Design SystemsArizona State University

Founding AI engineer (June 2024) at Talon Labs who built and productionized an LLM-powered chatbot for interacting with proprietary supply-chain documents, deployed at large scale (25–100,000 users). Experienced with RAG/LLM orchestration (LangChain, LlamaIndex, Groq AI) and production ops tooling (Kubernetes, Docker, Kubeflow, Airflow), with a metrics-driven approach to evaluation, observability, and stakeholder alignment.

View profile
Jianbo Wu - Mid-level AI/ML Engineer specializing in LLM reasoning and inference optimization in Santa Clara, CA

Jianbo Wu

Screened

Mid-level AI/ML Engineer specializing in LLM reasoning and inference optimization

Santa Clara, CA4y exp
TenstorrentUC Merced

Former Field Application Engineer at TestTorrent supporting proprietary hardware deployments. Built and integrated customer-requested benchmarking (including MLPerf-style work) by adapting GPU benchmark implementations and validating performance against NVIDIA baselines, plus delivered a backend fix that enabled customer performance testing and helped close a deal. Also has experience running models on AWS/GCP with multi-instance cost optimization techniques like memory offloading.

View profile
Aniket Janrao - Junior Data Scientist specializing in healthcare ML and clinical NLP/LLMs in Houma, LA

Aniket Janrao

Screened

Junior Data Scientist specializing in healthcare ML and clinical NLP/LLMs

Houma, LA2y exp
Objective Medical Systems LLCUniversity at Buffalo

Healthcare-focused LLM engineer who has built two production clinical applications: an automated structured clinical report generator from physician-patient conversations and a RAG-based chatbot for retrieving patient history (procedures, allergies, etc.). Demonstrates strong applied RAG expertise (overlapping chunking, entity dependency graphs, temporal filtering, graph RAG) to reduce hallucinations/omissions and partners closely with clinicians to automate hospital workflows.

View profile
Arya Mane - Junior Full-Stack & AI/ML Engineer specializing in LLMs and multimodal document processing in Dallas, Texas

Arya Mane

Screened

Junior Full-Stack & AI/ML Engineer specializing in LLMs and multimodal document processing

Dallas, Texas1y exp
Receptro.AIUniversity of Texas at Dallas

Built a production RAG-based NBA player scouting assistant that embeds player profiles into FAISS, orchestrates retrieval and LLM recommendations with LangChain, and surfaces results via embedded Tableau dashboards. Demonstrates strong focus on evaluation/monitoring (batch tests, LLM-as-judge, latency/failure/token metrics) and has experience translating non-technical founder goals into DAPT + fine-tuning plans on curated data.

View profile
Sana Khan - Mid-level AI/ML Engineer specializing in MLOps, LLMs, and real-time inference in FinTech in Oklahoma, USA

Sana Khan

Screened

Mid-level AI/ML Engineer specializing in MLOps, LLMs, and real-time inference in FinTech

Oklahoma, USA4y exp
Capital OneOklahoma Christian University

ML/LLM engineer who has deployed a production LLM-powered assistant for intent classification and query routing (order recommendation/support deflection), combining BERT fine-tuning with an embedding-based retrieval layer and optimizing for low-latency inference. Experienced with end-to-end reliability practices—Airflow-orchestrated ETL, data validation/alerting, MLflow experiment tracking, and iterative improvements driven by user feedback and monitoring.

View profile
Farzam Ebadypour - Senior Security Sales Engineer specializing in AI security and edge WAF/API protection in San Jose, CA

Senior Security Sales Engineer specializing in AI security and edge WAF/API protection

San Jose, CA34y exp
Quiet Depth AIMCRD

Enterprise customer success / technical sales professional with strong security and fintech account experience, owning onboarding through renewal for a ~5k-employee rollout. Demonstrated measurable outcomes including 80%+ adoption, 3-year renewal with expansion, CSAT 9/10 and NPS 69, plus a reported 60%+ reduction in security analyst review time; experienced driving SIEM/ticketing integrations and influencing product roadmap from customer feedback.

View profile
Ankita A Khartmol - Junior Backend Software Engineer specializing in conversational AI and cloud APIs in Bangalore, India

Junior Backend Software Engineer specializing in conversational AI and cloud APIs

Bangalore, India1y exp
HarmanUSC

Backend/ML-focused software engineer who built and evolved a Python/FastAPI backend for a large-scale conversational AI platform, decoupling API and inference services to improve stability and deployment velocity. Experienced in production hardening (timeouts/fallbacks/monitoring), secure multi-tenant systems (JWT/RBAC/RLS), and low-risk migrations using shadow deployments and incremental traffic ramp-ups.

View profile

Need someone specific?

AI Search