https://github.com/preranababar9/chatgpt-clone
Created a Chatgpt Clone using python and gradio.
https://github.com/preranababar9/chatgpt-clone
api chat-application chatgpt chatgpt-clone gardio open-api openai python web
Last synced: 4 months ago
JSON representation
Created a Chatgpt Clone using python and gradio.
- Host: GitHub
- URL: https://github.com/preranababar9/chatgpt-clone
- Owner: preranababar9
- Created: 2023-06-08T13:34:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T13:45:37.000Z (about 3 years ago)
- Last Synced: 2025-06-25T08:46:37.323Z (about 1 year ago)
- Topics: api, chat-application, chatgpt, chatgpt-clone, gardio, open-api, openai, python, web
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatgpt-Clone
Created a Chatgpt Clone using python and gradio.
Gradio is an open source python library that allows us to quickly and easily create web-based GUIs for machine learning models and many other functions.
With Gradio, developers can build GUIs with little to no HTML or CSS knowledge, and users can interact with these GUIs through a web browser, without needing to
install anything locally.
Open AI is a python library that provides convenient access to the Open AI API from applications written in python programming language.
It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses which makes it compatible with a wide range of
versions of the Open AI API.