cy0307/ropedia-demos

Space

1

stars

15

commits

1

linked in READMEs

Jun 29, 2026

updated

diffusion
educational
embodied-ai
gradio
llm
reinforcement-learning
ropedia-academy

README

Ropedia Academy ยท Models

One Space, many demos from Ropedia Academy โ€” each tab is backed by a real model that fits its task:

  • ๐Ÿ’ฌ Language model โ€” a real small instruct LLM (SmolLM2-360M-Instruct) answers your prompt
  • ๐ŸŽจ Diffusion (DDPM) โ€” a real class-conditional diffusion model generates handwritten digits on demand
  • ๐Ÿ”ฎ Action anticipation โ€” the LLM predicts the next action in-context
  • ๐ŸŽฎ CartPole policy โ€” a REINFORCE / actor-critic agent solving Gymnasium CartPole-v1
  • ๐ŸŒ World model โ€” model-based planning with CEM
  • ๐Ÿ› ๏ธ Tool-use agent โ€” a real ReAct loop: the LLM reasons, real tools execute (and fix its arithmetic)
  • ๐Ÿ–ผ๏ธ Gallery โ€” every trained model's result figure + metrics

Hardware

Runs on free CPU (the LLM/DDPM are small; first LLM call loads the model and is slow). For snappy generation, set the Space hardware to ZeroGPU and add spaces to requirements.txt โ€” the code already guards GPU sections with @spaces.GPU, so it just works.

Deploy

hf upload cy0307/ropedia-demos spaces/ropedia-demos . --repo-type=space

Contributors

cy0307

15 commits

cy0307/ropedia-demos

Space

1

stars

15

commits

1

linked in READMEs

Jun 29, 2026

updated

diffusion
educational
embodied-ai
gradio
llm
reinforcement-learning
ropedia-academy

README

Ropedia Academy ยท Models

One Space, many demos from Ropedia Academy โ€” each tab is backed by a real model that fits its task:

  • ๐Ÿ’ฌ Language model โ€” a real small instruct LLM (SmolLM2-360M-Instruct) answers your prompt
  • ๐ŸŽจ Diffusion (DDPM) โ€” a real class-conditional diffusion model generates handwritten digits on demand
  • ๐Ÿ”ฎ Action anticipation โ€” the LLM predicts the next action in-context
  • ๐ŸŽฎ CartPole policy โ€” a REINFORCE / actor-critic agent solving Gymnasium CartPole-v1
  • ๐ŸŒ World model โ€” model-based planning with CEM
  • ๐Ÿ› ๏ธ Tool-use agent โ€” a real ReAct loop: the LLM reasons, real tools execute (and fix its arithmetic)
  • ๐Ÿ–ผ๏ธ Gallery โ€” every trained model's result figure + metrics

Hardware

Runs on free CPU (the LLM/DDPM are small; first LLM call loads the model and is slow). For snappy generation, set the Space hardware to ZeroGPU and add spaces to requirements.txt โ€” the code already guards GPU sections with @spaces.GPU, so it just works.

Deploy

hf upload cy0307/ropedia-demos spaces/ropedia-demos . --repo-type=space

Contributors

cy0307

15 commits