Hi, I'm Prashant.

AI Engineer

Building intelligent systems — LLMs, RAG pipelines,
and autonomous agents that solve real-world problems.

Prashant Raj Bista — AI Engineer

Profile

Name Prashant Raj Bista

Location Biratnagar, Nepal

Email prashant.bista.18@gmail.com

LinkedIn prashantrajbista

GitHub @prashantrajbista

Medium @prashantrajbista

Status Open to opportunities

My Story

Prashant Raj Bista

Building the Future with AI

I'm an AI Engineer from Biratnagar, Nepal, with full-time experience at IdeaBoxAI and Azminds Services. I hold a BE in Electronics, Information & Communication Engineering from Tribhuvan University, IOE, Thapathali Campus.

I specialise in building production-grade AI systems — RAG pipelines, LLM-powered APIs, and generative AI products. My work sits at the intersection of backend engineering and applied AI, turning complex LLM capabilities into reliable, scalable software that solves real-world problems.

5+ AI Projects
2+ Years Coding
10+ Technologies

Technical Skills

Technologies I use to build AI-powered systems

AI & LLMs
LangChain LangGraph Langfuse LlamaIndex OpenAI API Claude API HuggingFace Prompt Engineering RAG
ML & Data
PyTorch XGBoost YOLOv8 scikit-learn Pandas NumPy Fine-tuning Embeddings
Backend & APIs
Python FastAPI Django Flask REST APIs WebSockets
Vector DBs & Search
Pinecone ChromaDB Weaviate FAISS PostgreSQL ClickHouse Redis
Infra & Tools
Docker Git AWS Linux CI/CD Nginx
Electronics & Embedded
Arduino Raspberry Pi MATLAB Signal Processing IoT

Featured Projects

AI systems and engineering work I'm proud of

LLM Safety · Monitoring

LLM Misuse Monitor

Async monitoring service that flags jailbreaks, prompt injection, and PII leakage in self-hosted LLM traffic. Cross-session risk-scoring engine catches slow-burn misuse missed by single-message filters, with Llama Guard 3, Presidio, and LLM Guard as pluggable detectors and a triage dashboard.

Python FastAPI Llama Guard 3 Docker Streamlit
Privacy · Browser Extension

SecretGuard

Chrome extension (Manifest V3) that masks secrets and PII — API keys, JWTs, credit cards, SSNs — typed into AI chatbots before send. Supports ChatGPT, Claude, Gemini, Perplexity, and Copilot via site-specific input hooks. Published on the Chrome Web Store.

JavaScript Chrome Extension Manifest V3 Regex
RAG · LLM

Chatbot From PDF

A RAG-based conversational AI that ingests PDF documents, performs semantic search over a custom vector database, and uses Gemini + Mistral to answer questions and automate appointment booking via Gmail.

Python Gemini API Mistral AI Vector DB Streamlit
Computer Vision · Robotics

Autonomous Rubik's Cube Solver

Published at IOEGC15. An autonomous cube-solving system that uses YOLOv8 to detect and virtualise cube state, then drives a single-degree-of-freedom mechanical arm via Arduino to physically execute the solution.

YOLOv8 Python C# Arduino Computer Vision
Computer Vision · ML

Night Jasmine Flower Counter

YOLO-based object detection system for counting Parijat flowers in ground-level imagery. Trained on a custom dataset of ~2000 annotated images (augmented from 117 originals) with a Streamlit web interface.

YOLO Python Streamlit CVAT Jupyter
NLP · Neural MT

Nepali–English Translation with Prosody Preservation

Neural machine translation system that translates Nepali to English while preserving prosodic features — tone, stress, and rhythm — using Facebook's fairseq sequence-to-sequence toolkit.

Python fairseq NLP Neural MT Jupyter

Experience

My journey in engineering and AI

Jun 2025 – Jun 2026 Full-time · Remote
Junior AI Engineer · IdeaBoxAI

Built FastAPI microservices for a multi-tenant AI platform with credit-based usage metering. Developed a demand forecasting product using ClickHouse APIs and LangGraph ML pipelines, and trained time-series models for demand planning, shipment-delay prediction, and supplier ranking. Shipped an LLM app comparing multilingual packaging-label PDFs with OCR extraction, and added Langfuse observability, Redis caching, and streaming across GenAI services.

FastAPI ClickHouse LangGraph Time Series Langfuse Redis Generative AI Python
May 2025 – Aug 2025 Training
Research Training Programme 2025 · Nepal Research and Collaboration Center (NRCC)

Learned research methodology and academic writing fundamentals, and completed a review paper on SLAM and drone autonomy.

Research Methodology Academic Writing SLAM
Dec 2024 – Jun 2025 Full-time · AI & Backend
Associate Software Engineer · Azminds Services

Built a RAG chatbot answering queries from multiple sources — databases, PDFs, and web search. Developed backend systems and data-scraping pipelines using Databricks and Apache Spark, and delivered client demos for chatbot-style AI applications.

RAG LLMs Databricks Apache Spark Python
Apr 2024 – Oct 2024 Fellowship
AI Fellowship 2024 · FuseMachines Nepal

Studied machine learning and deep learning under the guidance of FuseMachines instructors and completed a capstone project as part of the fellowship.

Machine Learning Deep Learning Capstone Project
Jul 2022 – Apr 2025 Volunteer
Electronics and Computer Community Amidst Students (ECAST)

Served as Software Coordinator (Jul 2022 – Jul 2023), Vice President (Jul 2023 – Jul 2024), and Consultant (Apr 2024 – Apr 2025).

Leadership Community
Apr 2021 – Apr 2025 Education
BE in Electronics, Information & Communication Engineering

Tribhuvan University, IOE, Thapathali Campus · Kathmandu, Nepal. Four-year programme covering signal processing, computer networks, embedded systems, and software engineering — with a final-year focus on applied AI and machine learning projects.

Tribhuvan University IOE Thapathali Campus

Research

Academic projects and research publications

Research Grant · Dec 2023 View Proposal

Deep Generative Modeling for Automated Image Manipulation via Text-Guided Prompts

NCE Research Grant — IOE, Thapathali Campus

PI: Er. Dinesh Baniya Kshatri · Nishan Khanal · Prashant Raj Bista · Nimesh Gopal Pradhan · Abhinav Chalise

Proposed a novel text-driven image editing framework built on Stable Diffusion that addresses two critical gaps in existing methods: simultaneous multi-object editing within a single prompt, and a undo/redo mechanism that removes edits without residual artifacts. Text prompts are parsed with NLP models, segmented into per-object instructions, and applied iteratively through a latent-diffusion pipeline. Evaluated using LPIPS and MS-SSIM metrics on COCO and ImageNet datasets.

Role: Mathematical Modeling for Simultaneous Edits (Linear Algebra, Probability, NLP)

Stable Diffusion NLP CLIP PyTorch Diffusion Models LPIPS
Minor Project · Mar 2024 View Slides

Vision-aided Mechanical Design for an Autonomous Rubik's Cube Solver

Tribhuvan University, IOE, Thapathali Campus — BE Minor Project

Abhinav Chalise · Nimesh Gopal Pradhan · Nishan Khanal · Prashant Raj Bista  |  Supervisor: Er. Dinesh Baniya Kshatri

Built an end-to-end mechatronic system that autonomously solves a scrambled 3×3×3 Rubik's Cube. A webcam feeds raw frames into a YOLOv8 colour-detection model that maps cube faces to a state string; Kociemba's Algorithm computes the optimal move sequence (≤20 moves); an Arduino UNO drives three stepper-motor axes to physically execute each rotation. A companion C# GUI virtualises the cube state in real time.

YOLOv8 Python C# Arduino Kociemba Algorithm Computer Vision Robotics
Review Paper · Aug 2025 View Paper

Recent Developments in SLAM and Drone Autonomy: A Five-Year Perspective

Independent Review — Preprint, August 2025

Prashant Raj Bista · Toshika Ojha

A survey synthesising five years (2020–2025) of progress in Simultaneous Localisation and Mapping (SLAM) and UAV autonomy. Covers resource-constrained SLAM for nano-UAVs (NanoSLAM), dynamic environment adaptations (DynaVINS, DynaGSLAM), depth-image quality improvements for 3D reconstruction, AI-driven drone control via foundation models and LLM-generated command systems, and drift-free localisation through digital twin alignment.

SLAM UAV / Drone ORB-SLAM3 DynaVINS LiDAR Foundation Models LLM Path Planning
Prashant Raj Bista

Let's Talk

Services Connect Open to

Freelance projects · Full-time AI roles · Research collaborations

About

AI Engineer building intelligent systems with LLMs, RAG, and agents. Based in Biratnagar, Nepal. Available for global remote work.

Email

prashant.bista.18@gmail.com