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.
- Host: GitHub
- URL: https://github.com/anas-dew/project-open-ai
- Owner: Anas-Dew
- Created: 2023-01-08T07:45:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T08:55:10.000Z (over 3 years ago)
- Last Synced: 2025-07-09T23:26:01.401Z (12 months ago)
- Topics: ai, chatgpt, gui, openai, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.