Skip to content

Commit

Permalink
Updated readme - Adithya S K
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya-s-k committed Dec 1, 2024
1 parent 696ee0c commit 9df2f9e
Showing 1 changed file with 153 additions and 1 deletion.
154 changes: 153 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,156 @@
<div align="center">
<h1> AI Engineering Academy </h1>
<h3>πŸš€ Mastering Applied AI, One Concept at a Time πŸš€</h3>
<img src="./assets/banner.png" alt="Ai Engineering. Academy" width="60%">
<p>
<a href="https://aiengineering.academy/" target="_blank">Website</a> β€’
<a href="#roadmap">Learning Paths</a> β€’
<a href="#getting-started">Getting Started</a> β€’
<a href="#community">Community</a>
</p>
</div>

[![GitHub Stars](https://img.shields.io/github/stars/adithya-s-k/AI-Engineering.academy?style=social)](https://github.com/adithya-s-k/AI-Engineering.academy/stargazers)
[![GitHub Forks](https://img.shields.io/github/forks/adithya-s-k/AI-Engineering.academy?style=social)](https://github.com/adithya-s-k/AI-Engineering.academy/network/members)
[![GitHub Issues](https://img.shields.io/github/issues/adithya-s-k/AI-Engineering.academy)](https://github.com/adithya-s-k/AI-Engineering.academy/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/adithya-s-k/AI-Engineering.academy)](https://github.com/adithya-s-k/AI-Engineering.academy/pulls)
[![License](https://img.shields.io/github/license/adithya-s-k/AI-Engineering.academy)](https://github.com/adithya-s-k/AI-Engineering.academy/blob/main/LICENSE)

## 🎯 Mission

In today's AI-driven world, finding your path through the maze of scattered learning resources can be overwhelming. AI Engineering Academy stands as your beacon, offering carefully curated, structured learning paths that transform complex AI concepts into digestible, practical knowledge.

## 🌟 Why Choose AI Engineering Academy?

- πŸ“š **Structured Learning**: Carefully designed pathways from fundamentals to advanced concepts
- πŸ’» **Hands-on Practice**: Real-world projects and implementations
- πŸ”„ **Up-to-date Content**: Regular updates reflecting the latest in AI technology
- πŸŽ“ **Industry-Aligned**: Focus on practical, production-ready skills
- 🀝 **Community-Driven**: Learn alongside peers and experts

## πŸ—ΊοΈ Learning Paths

### 1. [Prompt Engineering](./PromptEngineering/)

Master the art of effectively communicating with AI models

- Fundamental concepts and best practices
- Advanced techniques for optimal results
- Real-world applications and case studies

### 2. [Retrieval Augmented Generation (RAG)](./RAG/)

Enhance AI responses with external knowledge

- Core RAG architecture and components
- Building RAG systems from scratch
- Production deployment strategies
- Performance optimization techniques

### 3. [Fine-tuning](./LLM/)

Customize AI models for your specific needs

- Understanding fine-tuning fundamentals
- Model adaptation techniques
- Best practices and common pitfalls
- Resource optimization

### 4. [Deployment](./Deployment/) πŸ“ _Coming Soon_

Take your AI models from laptop to production

- Cloud deployment strategies
- Performance optimization
- Scaling considerations
- Monitoring and maintenance

### 5. [AI Agents](./Agents/)

Build autonomous AI systems

- Agent architectures
- Decision-making frameworks
- Multi-agent systems
- Real-world applications

### 6. [Projects](./Projects/)

Apply your knowledge through hands-on projects

- End-to-end implementations
- Industry-relevant scenarios
- Portfolio-worthy demonstrations

## πŸš€ Getting Started

1. **Choose Your Path**: Select a learning track that matches your goals
2. **Follow the Structure**: Complete modules in the recommended order
3. **Practice**: Implement the concepts through provided exercises
4. **Build**: Create your own projects using the knowledge gained
5. **Share**: Contribute to the community and help others learn

## πŸ‘₯ Community

- Join our growing community of AI enthusiasts
- Share your learning journey
- Collaborate on projects
- Get help when you're stuck
- Contribute to improving the curriculum

<div align="center">
<h3>πŸ† Contributors</h3>
<table>
<tr>
<td align="center">
<a href="https://github.com/adithya-s-k">
<img src="https://avatars.githubusercontent.com/u/27956426?s=400&u=582ecb2d706a63fc67eb1b54579c7ab19cf391fd&v=4" width="100px;" alt=""/>
<br />
<sub><b>Adithya S Kolavi</b></sub>
</a>
<br />
<a href="https://github.com/adithya-s-k/AI-Engineering.academy/commits?author=adithya-s-k" title="Code">πŸ’»</a>
</td>
</tr>
</table>
</div>

<div align="center">
<h3>Community Contributors</h3>
<a href="https://github.com/adithya-s-k/AI-Engineering.academy/graphs/contributors">
<img src="https://contrib.rocks/image?repo=adithya-s-k/AI-Engineering.academy" />
</a>
</div>

<p align="center">
<h3>πŸ“ˆ Project Growth</h3>
<a href="https://adithyask.com">
<img src="https://api.star-history.com/svg?repos=adithya-s-k/AI-Engineering.academy&type=Date" alt="Star History Chart">
</a>
</p>

## 🀝 Contributing

We welcome contributions! Whether it's fixing a typo, adding new content, or suggesting improvements, every contribution helps make AI Engineering Academy better for everyone.

1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## πŸ“ License

This project is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file for details.

---

<div align="center">
<p>An initiative by <a href="https://cognitivelab.in/" target="_blank">CognitiveLab</a></p>
<p>Made with ❀️ for the AI community</p>
</div>

<!-- <div align="center">
<h1 ><a href="https://aiengineering.academy/" target="_blank">AIEngineering.academy</a></h1>
<p>Navigating the World of AI, One Step at a Time</p>
<p>Initiative from <a href="https://cognitivelab.in/" target="_blank">CognitiveLab</a></p>
Expand Down Expand Up @@ -180,4 +332,4 @@ If you liked working on this project, do ⭐ and share this repository.
<a href="https://adithyask.com">
<img src="https://api.star-history.com/svg?repos=adithya-s-k/AI-Engineering.academy&type=Date" alt="Star History Chart">
</a>
</p> -->
</p> --> -->

0 comments on commit 9df2f9e

Please sign in to comment.