Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 1.81 KB

File metadata and controls

67 lines (37 loc) · 1.81 KB

README.md for PyGPT

About PyGPT:

This is a python-based ChatGPT and a text to image tool. Do you have any question? AskGpt or you need a photo you can't find on google?... Create one, Just type how you want your image to be and see the magic.

To run the tool, you will need to install the following packages:

  • git
  • clang
  • python

This is a guide to using the following commannds on your termux terminal:

But first of all, you should also ensure that your Android device is up-to-date by running the following command:

apt update && apt upgrade

Then install the required packages

pkg install git && pkg install python && pkg install clang && pkg install python-pip

Clear the terminal due to installation results

clear

To run the Python script, you will need to clone the repository using the following command:

git clone https://github.com/SCSEA/PyGPT

Then navigate into the PyGPT directory:

cd PyGPT

Finally, install the required Python modules:

pip install -r requirements.txt

Now you are ready to run the Python script:

python open-ai-chatgpt-v2.py

PyGPT Screenshot

For more information on using these commands, please refer to the official documentation: