RMRM Full Stack & AI Engineer · All projects · Roadmaps
AI & ML · project ideas

AI Engineering Project Ideas

Build real AI-powered systems end-to-end, covering prompt engineering, model fine-tuning, RAG pipelines, agents, and production deployment.

CLI Chatbot with OpenAI API

beginner

Build a terminal-based chatbot that maintains multi-turn conversation history using the OpenAI Chat Completions API.

Requirements
REST API integrationPrompt engineeringPython async/streamingError handling

Semantic Document Search Engine

beginner

Ingest a folder of text files, embed them with a sentence-transformer model, and serve a local search UI that returns the most relevant passages.

Requirements
Text embeddingsVector databasesFastAPIChunking strategiesSimilarity search

RAG Question-Answering App

intermediate

Create a Retrieval-Augmented Generation pipeline that lets users ask questions over a custom PDF knowledge base with cited answers.

Requirements
RAG architectureLangChain/LlamaIndexPDF parsingContext window managementStreamlit

Fine-Tuned Sentiment Classifier

intermediate

Fine-tune a pre-trained BERT-family model on a domain-specific sentiment dataset and deploy it as a REST API.

Requirements
Transfer learningHugging Face TransformersExperiment trackingModel serializationAPI deployment

Autonomous Research Agent

intermediate

Build a LangChain agent that can search the web, read URLs, and write a structured research report on any given topic.

Requirements
Agent frameworksTool use / function callingReAct promptingWeb scrapingLangChain

LLM Evaluation & Benchmarking Suite

intermediate

Build an automated evaluation harness that tests multiple LLM providers on a custom task dataset and produces a comparative scorecard.

Requirements
LLM evaluationROUGE / metricsLLM-as-judgeBenchmarking designData analysis

Multimodal Image-to-Report Pipeline

advanced

Build a production-grade pipeline that accepts uploaded images, runs vision-language model analysis, and generates structured JSON reports stored in a database.

Requirements
Vision-language modelsStructured output / function callingPydantic validationAsync task queuesPostgreSQL

Self-Hosted RAG Platform with Observability

advanced

Deploy a fully self-hosted RAG system using open-source models, a vector database, and a full observability stack for production monitoring.

Requirements
Self-hosted LLM servingHybrid searchObservability / tracingDocker ComposevLLM / Ollama

Multi-Agent Coding Assistant with Human-in-the-Loop

advanced

Build a multi-agent system where a planner agent decomposes coding tasks, executor agents write and run code, and a human approval step gates risky actions.

Requirements
Multi-agent orchestrationLangGraph / AutoGenSandboxed code executionHuman-in-the-loop designAgent state management
Stuck on a build? Our AI tutor reviews your code and unblocks you — without writing it for you.
Open the app — free to start

© RM Full Stack & AI Engineer · All projects · Roadmaps · Open the app