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.txt
git clone https://github.com/khushpatel2002/ContentCreatorChatbot.git
make venv
or
python3 -m venv .venv
source .venv/bin/activate
make install
or
pip install -r requirements.txt
make spawn
or
python3 ContentCreatorChatbot.py
Follow 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