An open API service indexing awesome lists of open source software.

https://github.com/anas-dew/project-open-ai

GUI based open ai python application.
https://github.com/anas-dew/project-open-ai

ai chatgpt gui openai python

Last synced: 4 months ago
JSON representation

GUI based open ai python application.

Awesome Lists containing this project

README

          

# Ask OpenAI
It's a tool to ask anything from voice prompt to open ai and also save the text response.

## How to setup?
> Python3 and other required libraries must be installed to run application properly. See `requirements.txt` file to install all libraries
1. Create an [Open AI](https://beta.openai.com/playground) account and get your api key.
2. Clone this repository into your system.
3. Put that api key into `data/apikey.txt` file.
4. Run `gui.py` file in your system.

## Contribute
If you're someone, who can improve this project and fix bugs. You're welcome.
1. Simply fork & clone this repository into your system.
2. Make changes,commit and push.
3. Pull a request. and I'll merge it.