The app is built using the Flask framework and integrates with OpenAI's API for natural language processing. It's a great way to practice communicating in Pidgin English and explore the capabilities of OpenAI's language processing technology
# Flask Pidgin Converse
This is a simple Flask chat app that uses OpenAI's GPT-3 to generate responses to user input.
## Installation
1. Clone the repository: `git clone
github.com`
2. Navigate to the project directory: `cd Pidgin-Conversation `
3. Install the required packages: `pip install -r requirements.txt`
## Usage
1. Add your OpenAI API key to your environment variables:
```
export OPENAI_API_KEY=your-api-key
```
2. Run the Flask app:
```
python app.py
```
3. Open a web browser and go to `
localhost`
4. Enter some text in the input box and click "Send". The app will generate a response using OpenAI's GPT-3.
## Credits
This app was created by Me.
## License
This project is licensed under the MIT License.