From b296b1a91b41d1aa687730b7bdac2adf53fc7de8 Mon Sep 17 00:00:00 2001 From: Alok Pandey <123576741+Alokbpandey@users.noreply.github.com> Date: Wed, 28 Aug 2024 10:52:58 +0530 Subject: [PATCH] Update README.md --- README.md | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 76 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3359e46..a077032 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,80 @@ -# Anthropic courses +# Anthropic Educational Courses -Welcome to Anthropic's educational courses. This repository currently contains four courses. We suggest completing the courses in the following order: +![Version](https://img.shields.io/badge/version-1.0.0-blue.svg) +![License](https://img.shields.io/badge/license-CC--BY--NC--4.0-blue.svg) -1. [Anthropic API fundamentals course](./anthropic_api_fundamentals/README.md) - teaches the essentials of working with the Claude SDK: getting an API key, working with model parameters, writing multimodal prompts, streaming responses, etc. -2. [Prompt engineering interactive tutorial](./prompt_engineering_interactive_tutorial/README.md) - a comprehensive step-by-step guide to key prompting techniques +Welcome to Anthropic's educational courses repository. Our goal is to empower developers and researchers with the knowledge and skills to effectively utilize AI technologies, with a focus on our Claude AI model. - - [Google Vertex version](https://github.com/anthropics/courses/tree/vertex/real_world_prompting) +## Table of Contents +- [Introduction](#introduction) +- [Prerequisites](#prerequisites) +- [Installation](#installation) +- [Courses](#courses) +- [Learning Path](#learning-path) +- [Target Audience](#target-audience) +- [Time Commitment](#time-commitment) +- [Contributing](#contributing) +- [Community and Support](#community-and-support) +- [License](#license) +- [Acknowledgments](#acknowledgments) +- [FAQ](#faq) -3. [Real world prompting course](./real_world_prompting/README.md) - learn how to incorporate prompting techniques into complex, real world prompts -4. [Tool use course](./tool_use/README.md) - teaches everything you need to know to implement tool use successfully in your workflows with Claude. +## Introduction +Anthropic is at the forefront of AI research and development. These courses are designed to help you harness the power of our technologies, particularly our Claude AI model, in your projects and research. + +## Prerequisites +- Basic programming knowledge (Python recommended) +- Familiarity with AI concepts (helpful but not required) +- An Anthropic API key (instructions provided in the first course) + +## Installation +No specific installation is required to access these courses. However, to run examples, ensure you have Python 3.7+ installed. + +## Courses +1. **[Anthropic API Fundamentals](./anthropic_api_fundamentals/README.md)** + Master the essentials of working with the Claude SDK. Learn to obtain an API key, work with model parameters, write multimodal prompts, and stream responses. + +2. **[Prompt Engineering Interactive Tutorial](./prompt_engineering_interactive_tutorial/README.md)** + A comprehensive, step-by-step guide to key prompting techniques. Perfect for beginners and intermediate users looking to refine their skills. + +3. **[Real World Prompting](./real_world_prompting/README.md)** + Apply prompting techniques to complex, real-world scenarios. Bridge the gap between theory and practical application. + +4. **[Tool Use Course](./tool_use/README.md)** + Learn everything you need to successfully implement tool use in your workflows with Claude. + +## Learning Path +[Insert a simple diagram or flowchart here showing the recommended course order] + +## Target Audience +These courses are designed for: +- Software developers +- Data scientists +- AI researchers +- Business analysts interested in AI integration + +## Time Commitment +- Anthropic API Fundamentals: ~4 hours +- Prompt Engineering Interactive Tutorial: ~6 hours +- Real World Prompting: ~8 hours +- Tool Use Course: ~5 hours + +## Contributing +While we appreciate interest in our courses, we are not currently accepting external contributions. These materials are provided for educational purposes as-is. + +## License +This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details. + +## Acknowledgments +- Thanks to all the contributors who have helped shape these courses +- Special thanks to the Anthropic research team for their groundbreaking work + +## FAQ +**Q: Do I need prior AI experience to take these courses?** +A: While helpful, prior AI experience is not necessary. Our courses are designed to accommodate learners at various levels. + +**Q: Is an Anthropic API key required?** +A: Yes, for practical exercises. Instructions for obtaining a key are provided in the first course. + +## Feedback +Your feedback is crucial for improving these courses. Please send your suggestions and comments to education@anthropic.com or open an issue in this repository.