Skip to content

nervesscat/VisionGPT

Repository files navigation

Banner ko-fi

This is a non-finished proyect, if you want to collaborate, don't be afraid and contact with me :D

VisionGPT 0.1v - Introduction

VisionGPT is an AutoGPT, a model that engages in dialogue with itself to accomplish a specific task. It encompasses all aspects that can be emulated in a computer. This model harnesses a blend of GPT-3.5 Turbo, GPT-4, and GPT-V models.

Installation

Virtual Environment (Optional)

Create a virtual environment using venv:

Install venv:

sudo apt install python3-venv

Create a virtual environment:

python3 -m venv venv
source venv/bin/activate

Set the environment variables:

If you use a virtual environment, you need to set the environment variables in the file .env:

export OPENAI_API_KEY=YOUR_API_KEY

If you don't use a virtual environment, you need to set the environment variables in the system, for Linux and for Windows.

Install the requirements:

pip install -r requirements.txt

Run the program:

python3 main.py

How to use

At the beginning of the script, you'll have to write a prompt, this prompt should be the goal that you want to achieve, for example:

> Open facebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages