A collection of fun code, documentation, and tools generated using GPT3.5 and GPT4.
This project is a collection of code and tools based on ChatGPT, GPT3.5, and GPT4 models. It includes commonly used conversational models, data preprocessing, model training and evaluation, tuning tools, text generation tools, etc. It aims to help developers better use ChatGPT, GPT3.5, and GPT4 models in developing natural language processing (NLP) applications.
https://cloud.tencent.com/developer/article/1889246
This article introduces GPT-3 (Generative Pre-trained Transformer 3), a natural language processing model developed by OpenAI, which is one of the representative works of "neural network brain".
https://www.cleveroad.com/blog/chatbots-overview-types-and-platforms-to-build-one
This article summarizes the basics of chatbots, including various types, their application areas and platforms, and how to build a chatbot.
https://dzone.com/articles/chatbot-development-from-intent-to-integration
This article provides an overview of chatbot development. The author discusses how to build chatbots from the aspects of intent, entity, and dialogue management framework.
This is an online magazine with chatbots as its theme.
https://www.zdnet.com/article/what-is-gpt-3-how-does-it-work-and-is-it-being-overhyped/
This article introduces the basic principles and applications of GPT-3, and discusses various controversies over this technology in the field of artificial intelligence.
This is the GPT-3 documentation on the official OpenAI website, which provides instructions on how to use the API, Python library, available models, and examples.
https://chatbotslife.com/building-a-conversational-ai-chatbot-with-dialogflow-7c138d170e8
This article introduces the basics of the Dialogflow platform, how to create a simple chatbot, and covers some advanced uses.
https://blog.rasa.com/how-to-build-and-deploy-a-chatbot-using-rasa/
This article demonstrates the process of creating and deploying a chatbot using Rasa, including data preprocessing, tutorials, model training, and testing.
https://www.edureka.co/blog/python-chatbot-tutorial/
This article is a Python chatbot tutorial that teaches you how to build your own chatbot using Python and an earlier version of GPT.
https://becominghuman.ai/building-chat-bots-with-python-and-nltk-2a7ebe639373
This article introduces the process of creating chatbots using Python and NLTK. The author discusses how to extract features from natural language text, and shows how to combine these features with conversation management algorithms to produce natural conversations.
Basic NLP and Python programming knowledge is required to use the tools and code in this project. Here are some quick start materials and tutorials:
This project welcomes various forms of contributions, including but not limited to:
To ensure the quality and readability of code and documentation, please read the contribution guidelines (CONTRIBUTING.md) before submitting.
The code and documentation of this project are licensed under the MIT License. For specific terms, see the LICENSE file.