GhostAI is a versatile trainable model based on Google Gemini.
-
Fork or Clone Repository:
- Fork this repository into your account or clone it to your desktop using:
git clone https://github.com/CyberZenDev/GhostAI/
- Fork this repository into your account or clone it to your desktop using:
-
Update API Key:
- Access the files and go to
app.py
. - Find the
api_key_enc
variable - Change the API key to your own, obtainable at Google Makersuite.
- Access the files and go to
-
Create and Train in Google Studio:
- In Google Studio, create a new project and a text model (Google Gemini Pro).
- Train the AI until you are satisfied and click the "Get Code" button on the top right.
-
Copy and Replace
convo
Variable:- Click on Python and scroll down to find the
convo
variable. - Copy the
convo
variable and head totraining_data.py
. Replace the existingconvo
variable with your copied variable.
- Click on Python and scroll down to find the
-
Deploy Your AI:
- Success! Your AI is now trained.
- Head over to Cyclic.sh or click the button below and deploy it!