AI Data Cleaner Web Application
Built a full‑stack data cleaning web application that automatically detects and fixes common data quality issues in CSV and Excel datasets. The platform performs duplicate detection, date normalization, numeric standardization, and configurable missing‑value handling while providing before/after previews of the cleaned dataset.
- Developed a FastAPI backend using Pandas to perform automated dataset profiling and cleaning.
- Implemented configurable cleaning modes including strict removal, safe retention, and automatic value filling.
- Built a responsive frontend interface supporting drag‑and‑drop uploads and interactive preview tables.
- Deployed the backend on Render and the frontend on Vercel to provide a publicly accessible data cleaning tool.