fable
FABLE: Fallacy Awareness and Bias Learning Environment. Created for AI Applications in Education course taught by Seth Poulsen at Utah State University.
Compatibility
FABLE has been tested to work on a machine with these specs.
- Operating System: Ubuntu 24.10
- Rust Version: rustc 1.82.0 (or later)
- Cargo Version: cargo 1.82.0 (or later)
Installation
Because this project is written in Rust, installation and execution should be super simple.
-
Get the source code for this repository, using ONE of the following methods:
- Clone using Git:
git clone https://gitmoss.fyi/mossbiscuits/fable.git
- Download and extract a ZIP or TAR.GZ archive
-
Navigate to the project folder, likely with the following command:
cd fable
-
Install Rust (if not already installed)
- Install Rust using
rustup
(recommended):curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Follow the on-screen instructions to complete the installation.
- Ensure Rust is installed correctly:
rustc --version
- Install Rust using
-
Build and run FABLE
cargo run
For best results, run FABLE in a maximized (or fullscreen) terminal.
Contributing
Contributions are welcome! Please follow the steps at https://gitmoss.fyi/GitMoss/meta/src/branch/main/contribute.md to start contributing.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Notes
- Special thanks to Seth Poulsen and his AI Applications in Education course at Utah State University.
- Portions of this work are produced by generative AI, but all content is manually reviewed and edited.