Deployment
Deployment Steps
Pre requisites
- Python3 and above
- OpenAI Account
Local Deployment of Application
- Git Clone the repo on your computer.
- Run
pip install -r requirements.txt
- Generate your own API Key by logging into and going to https://beta.openai.com/account/api-keys.
- Update the API Keys in config.cfg file under API_KEY Keyword.
- Run the main.py file using the following command -
python main.py
- Check on http://localhost:5000/chatbot to see the output.
Deploying Docs Locally
- Git Clone the repo on your computer.
- Run
pip install -r requirements.txt
- Run the following command at root folder level -
mkdocs serve
.
- Check on http://localhost:8000 to see the output.