Resources

Welcome to our comprehensive resource page, where you’ll find a curated collection of valuable assets to support your coding journey and ongoing learning. Explore our GitHub repository filled with useful code examples and projects related to OpenAI, Generative AI, Cloud Computing, Deep Learning, and more. Dive into a treasure trove of video lessons, insightful blogs, and other relevant links that provide important knowledge for your daily coding needs. Whether you’re a seasoned developer or an aspiring learner, this resource page is designed to empower you with the tools and insights necessary to excel in your coding endeavors. Visit us regularly to stay updated with the latest resources and unlock a world of learning possibilities.

The OpenAI Cookbook shares example code for accomplishing common tasks with the OpenAI API.To run these examples, you’ll need an OpenAI account and API key (create a free account).Most code examples are written in Python, though the concepts can be applied in any language.

https://github.com/openai/openai-cookbook.git

The ChatGPT Retrieval Plugin repository provides a flexible solution for semantic search and retrieval of personal or organizational documents using natural language queries. The repository is organized into several directories.

https://github.com/openai/chatgpt-retrieval-plugin.git

The OpenAI Python library provides convenient access to the OpenAI API from applications written in the Python language. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of versions of the OpenAI API.

https://github.com/openai/openai-python.git

Building applications with LLMs through composability. 

https://github.com/hwchase17/langchain.git