Project Ideas

Pet & Portfolio Project Ideas

Project ideas and real projects from people who've taken courses. End-to-end AI applications and agentic workflows you can learn from and build on.

AI Data Cleaning Assistant

by deedeepratiwiintermediate

A production-style app that automates messy CSV cleanup: upload a file, profile it, generate AI-backed cleaning steps, apply deterministic transformations, and download a cleaned dataset with a human-readable report. Turns a repetitive, error-prone task into a repeatable pipeline with tests, an API, and Cloud Run deployment. LLM acts as planner, cleaning engine is deterministic for reliability.

December 15, 20251 min read
data cleaningFastAPIReactLLMMCPCloud RunOpenAPI