Skip to content

Latest commit

 

History

History
103 lines (66 loc) · 1.49 KB

File metadata and controls

103 lines (66 loc) · 1.49 KB

Quick Start

Just Want to See It Work?

Open a terminal and type:

./play

That's it! The script will tell you if anything is missing.


Step by Step

Step 1: Open Terminal

  • On Mac: Press Cmd + Space, type "Terminal", press Enter
  • On Linux: Press Ctrl + Alt + T
  • On Windows: Use WSL or Git Bash

Step 2: Go to the Project Folder

cd flynnconceivable

Step 3: Run It!

./play

If Something Doesn't Work

"Permission denied"

Run this first:

chmod +x play setup test quickstart

Then try again:

./play

"Python not found"

Ask a grown-up to install Python:

  • Ubuntu/Debian: sudo apt install python3
  • Mac: brew install python3

"torch not found" or "PyTorch not installed"

Run the setup script:

./setup

This installs PyTorch (the neural network engine). It's a big download!


What's Next?

After you see the demo, try:

./quickstart

This shows you how to use the neural CPU yourself!


Commands

Command What it does
./play Watch the neural CPU demo
./setup Install everything you need
./quickstart Learn to use it yourself
./test Run all 60 tests

Still Stuck?

That's okay! Programming can be tricky at first.

  1. Read the error message carefully
  2. Search for the error message online
  3. Ask for help!

Everyone was a beginner once. Keep trying!


FLYNNCONCEIVABLE! - The Neural Network That Became a CPU