Skip to learning content
Learning StudioCourses and practice
Experiences

Project structure

Explore the files, run the current app, and see what is verified for a full build.

browser-chat/

The React app imports real TypeScript modules. Your standalone Python files implement the same host-owned contracts; models/character-rnn.py can also produce the checkpoint the app runs.

0 of 14 lesson files ready
Imported app graph
main.tsx → BrowserChat.tsx → browser adapters
Python contracts
standalone .py files → host-owned checks
Trained model
character-rnn.py → checkpoint → Student RNN
Runtime settings
*.config.js → host-parsed configuration

BrowserChat.tsx imports the browser adapters it uses. Lesson checks verify the matching Python contracts; a full build records the whole source tree and its evidence.

Saved in this browser. You can save an optional backup from the IDE.
Continue Character RNNs
History and privacy