Phase 18: Low-Code AI Tools β€” Start HereΒΆ

Build and deploy AI applications quickly β€” Gradio demos, Streamlit dashboards, HuggingFace Spaces, and AutoML platforms.

Why Low-Code MattersΒΆ

Getting AI into users’ hands fast is often more valuable than perfect engineering. These tools let you prototype in minutes and share publicly for free.

Notebooks in This PhaseΒΆ

Notebook

Topic

01_gradio_basics.ipynb

Gradio β€” instant AI UIs with one function

02_streamlit_apps.ipynb

Streamlit β€” data apps with pure Python

03_huggingface_spaces.ipynb

Deploy to HF Spaces (free hosting)

04_automl_platforms.ipynb

AutoML: H2O, AutoGluon, FLAML

05_end_to_end_project.ipynb

Build + deploy a complete AI app

Tool ComparisonΒΆ

Tool

Best For

Deploy Where

Gradio

ML demos, model showcases

HF Spaces, local

Streamlit

Data dashboards, internal tools

Streamlit Cloud, local

HF Spaces

Public model demos

huggingface.co/spaces

AutoML

Non-experts building classifiers

Local, cloud

PrerequisitesΒΆ

  • Python basics (Phase 01)

  • Any LLM or ML model to wrap

Learning PathΒΆ

01_gradio_basics.ipynb           ← Fastest way to a demo
02_streamlit_apps.ipynb
03_huggingface_spaces.ipynb      ← Deploy for free
04_automl_platforms.ipynb
05_end_to_end_project.ipynb      ← Capstone project