SamPink / Visionary-Assistant

Visionary Assistant is an innovative tool that captures your screen, analyzes the content using OpenAI's advanced GPT-4 model, and provides auditory feedback on what it sees. This project is perfect for users who want to leverage AI for real-time screen analysis and auditory response.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visionary Assistant

Visionary Assistant is an innovative tool that captures your screen, analyzes the content using OpenAI's advanced GPT-4 model, and provides auditory feedback on what it sees. This project is perfect for users who want to leverage AI for real-time screen analysis and auditory response.

Features

  • Screen capture and processing.
  • Image analysis using OpenAI's GPT-4 model.
  • Auditory feedback generated from the analysis.

Installation

Prerequisites

  • Python 3.6 or higher
  • Pip (Python package installer)

Setup

  1. Clone the Repository

    git clone https://github.com/your-username/visionary-assistant.git
    cd visionary-assistant
  2. Install Dependencies

    pip install -r requirements.txt
  3. Set Up Environment Variables

    • Create a new file named .env in the root directory of the project.
    • Add your OpenAI API key to the .env file:

Usage

Run the following command to start the application:

python main.py

About

Visionary Assistant is an innovative tool that captures your screen, analyzes the content using OpenAI's advanced GPT-4 model, and provides auditory feedback on what it sees. This project is perfect for users who want to leverage AI for real-time screen analysis and auditory response.


Languages

Language:Python 100.0%