https://github.com/akkilmg/prog-gpt
https://github.com/akkilmg/prog-gpt
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akkilmg/prog-gpt
- Owner: AkkilMG
- Created: 2023-05-21T12:46:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T12:51:29.000Z (over 2 years ago)
- Last Synced: 2025-03-07T17:09:22.346Z (7 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prog-GPT
This is a chatbot that provides information and resources for various programming languages. It uses prompt-based learning powered by OpenAI's GPT-3 model to generate contextually relevant responses.
## Introduction
Programming Language Chatbot is a Python-based application that enables users to interact with a chatbot and get information about programming languages. The chatbot uses OpenAI's GPT-3 model to generate informative responses based on user input.
## Features
- Provides information and resources for different programming languages.
- Utilizes OpenAI's GPT-3 model for generating responses.
- Interactive chat interface powered by Gradio.## Installation
To run the chatbot locally, follow these steps:
1. Clone the repository:
```shell
git clone https://github.com/your-username/Prog-GPT.git
cd Prog-GPT2. Install the required dependencies:
```shell
pip install -r requirements.txt
3.Set up your OpenAI API key:
* Sign up for an account at OpenAI (https://openai.com/).
* Generate an API key.
* Replace the placeholder YOUR_API_KEY in the code with your actual API key.4.Launch the chatbot:
```shell
python test.py