Skip to content

jibbex/ai-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipeline status

AI explained by example

Landing Page that explains what AI is and how it works for dummy's. The content was created with several Large Language Models (LLMs) like GPT-3, GPT-4, and Codex. The content is generated by the AI and is not written by a human. The goal is to explain AI in a simple way so that everyone can understand it and for what it is useful.

Getting started

Clone the repository.

mkdir vault_boy
cd vault_boy
git clone https://git.michm.de/ai-example/
cd frontend

Install dependencies with your favourite package manager.

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Spin up a development server.

npm run dev
# or
yarn dev
# or
pnpm run dev
# or
bun --bun run dev

About

AI explained by example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors