Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dylanmeca/chatgpt-python

ChatGPT-Python is a software that allows you to talk to GPT-3 with a web interface using the openai api
https://github.com/dylanmeca/chatgpt-python

chat chat-bot chat-gpt chat-gpt-3 chat-gpt3 chatbot chatbots chatgpt chatgpt-api chatgpt-python chatgpt3 gpt gpt-3 gpt-3-prompts gpt3 gptchat python python-script python3

Last synced: about 1 month ago
JSON representation

ChatGPT-Python is a software that allows you to talk to GPT-3 with a web interface using the openai api

Awesome Lists containing this project

README

        

# ๐Ÿค– ChatGPT-Python ๐Ÿ
[![Build Status](https://img.shields.io/github/stars/dylanmeca/ChatGPT-Python.svg)](https://github.com/dylanmeca/ChatGPT-Python)
[![License](https://img.shields.io/github/license/dylanmeca/ChatGPT-Python.svg)](https://github.com/dylanmeca/ChatGPT-Python/blob/main/LICENSE)
[![dylanmeca](https://img.shields.io/badge/author-dylanmeca-green.svg)](https://github.com/dylanmeca)
[![Python](https://img.shields.io/badge/language-Python%20-yellow.svg)](https://www.python.org)
![logo](https://github.com/dylanmeca/ChatGPT-Python/raw/main/logo.png)

ChatGPT-Python is a software that allows you to talk to GPT-3 with a web interface using the [OpenAI API](https://openai.com/api/).

## โฌ‡๏ธ Installation
To install and use ChatGPT-Python, follow these steps:

1. Make sure you have installed [Python](https://www.python.org/) in your system.
2. Download or clone this repository to your computer.
3. Open a terminal and access the repository directory.
4. Run the following command to install the necessary dependencies: ```pip3 install -r requirements.txt```
5. Run the following command to start the chatbot: ```python3 app.py ```

You can also use ChatGPT-Python from [Hugging Face](https://huggingface.co/spaces/dylanmeca/ChatGPT-Assistant) or use [ChatGPT-Image-Generator](https://colab.research.google.com/github/dylanmeca/ChatGPT-Python/blob/main/ChatGPT-with-Stable-Diffusion.ipynb) from Google Colab.

## ๐Ÿ‘ท Contributions

This project is open source and we are open to any kind of contribution. If you want to collaborate with the project, follow these steps:

- Fork this repository.
- Create a branch with your contribution.
- Make a pull request to this repository.

Be sure to include a detailed description of your contribution and to follow our code standards.

## ๐Ÿ“œ License
This project is distributed under the license [GPL-3.0](https://github.com/dylanmeca/ChatGPT-Python/blob/main/LICENSE). This means that the code and documentation in this project are free to use, modify, and distribute as long as you respect the license terms.

For more information about the license, see the file [LICENSE](https://github.com/dylanmeca/ChatGPT-Python/blob/main/LICENSE) included in this repository.

## ๐Ÿงพ Credits
This project has been developed by [Dylan Meca](https://github.com/dylanmeca) and contributions from [users](https://github.com/dylanmeca/ChatGPT-Python/contributors).