kill-ai-slop
Kill AI Slop is a multilingual field guide and agent skill that catalogues 33 common AI-generated design tells with interactive before-after demos, and provides a tool to scan and fix web projects.
It provides a clear, step-by-step learning roadmap for Streamlit fundamentals, covering 13 distinct features with ready-to-run example scripts, and explicitly outlines future integration plans with FastAPI, ML, Docker, and AWS.
A beginner-friendly Streamlit learning repository covering UI components, widgets, layouts, media handling, charts, and interactive web application development using Python.
This repository documents my Streamlit learning journey.
The goal is to master Streamlit fundamentals while building interactive Python web applications that will later be integrated with FastAPI, Machine Learning models, Docker, and AWS.
Every file in this repository represents a specific Streamlit concept that I have learned through hands-on practice.
Python
│
▼
Streamlit ✅
│
▼
FastAPI
│
▼
Machine Learning Integration
│
▼
Docker
│
▼
AWS Deployment
📦 Streamlit-Basics
├── 📄 title_markdown_header.py
├── 📄 Input_Widgets.py
├── 📄 Sidebar_and_Containers.py
├── 📄 Display_Graphs.py
├── 📄 Prog_and_Status.py
├── 📄 Image_Audio_Video.py
├── 🖼 image.jpg
├── 🎵 audio.mp3
├── 🎥 video.mp4
├── 📄 requirements.txt
└── 📘 README.md
| Feature | Status |
|---|---|
| Titles & Headers | ✅ |
| Markdown | ✅ |
| Text Display | ✅ |
| Input Widgets | ✅ |
| Sidebar | ✅ |
| Containers | ✅ |
| Columns | ✅ |
| Images | ✅ |
| Audio | ✅ |
| Video | ✅ |
| Charts | ✅ |
| Progress Bars | ✅ |
| Status Messages | ✅ |
Clone the repository
git clone https://github.com/yourusername/streamlit-basics.git
Move inside the project
cd streamlit-basics
Install dependencies
pip install -r requirements.txt
Run Streamlit
streamlit run Input_Widgets.py
✔ Learn Streamlit Fundamentals
✔ Practice Interactive UI Development
✔ Build a Foundation for ML Applications
✔ Prepare for FastAPI Integration
✔ Improve Python Development Skills
A beginner-friendly Streamlit learning repository covering UI components, widgets, layouts, media handling, charts, and interactive web application development using Python.
Similar projects matched by category, topics, and programming language.
Kill AI Slop is a multilingual field guide and agent skill that catalogues 33 common AI-generated design tells with interactive before-after demos, and provides a tool to scan and fix web projects.

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.