Skip to content

KennedyaKennedy/Scratch-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Block Studio for SLMs

A small no-build web app for designing a simple Small Language Model setup with drag-and-drop blocks.

What it does

  • Build a model setup with visual blocks
  • Generate a JSON blueprint
  • Load an example project
  • Download the result as a .json file
  • Show a plain-language block guide for non-technical users

Project structure

.
|-- index.html
|-- README.md
|-- .gitignore
|-- assets/
|   |-- css/
|   |   `-- style.css
|   `-- js/
|       `-- app.js
`-- archive/
    `-- app.legacy.js

How to run locally

Open a terminal in the project folder and run:

py -m http.server 8000

Then open:

http://127.0.0.1:8000

To stop the server, press Ctrl+C.

Notes

  • The app uses Blockly from a CDN.
  • If the CDN is blocked, the page now shows a fallback message instead of silently failing.
  • The active app script is assets/js/app.js.
  • archive/app.legacy.js is kept only as a backup of the older script.

Suggested GitHub upload contents

Upload these files and folders:

  • index.html
  • README.md
  • .gitignore
  • assets/
  • archive/ (optional)

You can skip local-only files such as .idea/, server.log, server.err, and progress.md.

About

Is AI too complicated? Well build it with SCRATCH!! but for AI

Topics

Resources

License

Stars

Watchers

Forks

Contributors