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 |
|---|---|
|
Gradio β instant AI UIs with one function |
|
Streamlit β data apps with pure Python |
|
Deploy to HF Spaces (free hosting) |
|
AutoML: H2O, AutoGluon, FLAML |
|
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 |
|
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