Skip to content
/ PyGPT Public
forked from De-Technocrats/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.

License

Notifications You must be signed in to change notification settings

SCSEA/PyGPT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%