The Content Creator Chatbot is an interactive chatbot designed to generate concise and appealing summaries for potential investors based on the description of a content creator. It leverages natural language processing (NLP) techniques, token optimization, inference optimization,.. and the OpenAI GPT-3 language model to provide personalized responses.
pip install -r requirements.txtgit clone https://github.com/khushpatel2002/ContentCreatorChatbot.gitmake venv or
python3 -m venv .venvsource .venv/bin/activatemake install or
pip install -r requirements.txtmake spawn or
python3 ContentCreatorChatbot.pyFollow the prompts and provide the necessary information about the content creator. The chatbot will generate a concise and appealing summary based on the input.
This project is licensed under the MIT License. See the LICENSE file for more details.
- NLTK - Natural Language Toolkit library
- Transformers
- Optimum - Library for optimizing models.
- OnnxRuntime - Open Neural Network Exchange (ONNX) runtime
- OpenAI - GPT-3