Skip to content

The AI Engineer Handbook is a practical, hands-on guide to AI Engineering. It aims to provide programmers a systematic introduction into building applications which use Large Language Models (LLMs) such as ChatGPT, GPT-4, Anthropic Claude and others.

License

Notifications You must be signed in to change notification settings

aiengineeralliance/ai-engineer-handbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing

To get a version of the handbook running locally:

git clone https://github.com/aiengineeralliance/ai-engineer-handbook
cd ai-engineer-handbook
virtualenv -p python3 venv
source ./venv/bin/activate
pip install -r requirements.txt
mkdocs serve

Now open your browser to http://localhost:8000

About

The AI Engineer Handbook is a practical, hands-on guide to AI Engineering. It aims to provide programmers a systematic introduction into building applications which use Large Language Models (LLMs) such as ChatGPT, GPT-4, Anthropic Claude and others.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages