Skip to content

krushna06/Ghostify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghostify

A discreet tool that enables you to read text on the screen without being detected by other software, all while staying visible above other applications.

Features

  • Stealth Mode: Operates discreetly without being detected by other applications
  • Always on Top: Stays visible above other windows for quick access
  • OCR Integration: Built-in OCR capabilities for text extraction
  • AI-Powered: Smart responses using advanced AI models
  • Cross-Platform: Available for Windows, macOS, and Linux
  • Customizable: Configurable settings through config.ini

Installation

Prerequisites

  • Node.js (v16 or higher)
  • Python 3.8 or higher
  • Tesseract OCR (for text recognition)

Windows Installation

  1. Download the latest release from GitHub Releases
  2. Run the installer (Ghostify-Setup-x.x.x.exe)
  3. Follow the installation wizard
  4. Launch Ghostify from the Start Menu or desktop shortcut

Development Setup

  1. Clone the repository:

    git clone https://github.com/krushna06/Ghostify.git
    cd Ghostify
  2. Install dependencies:

    cd backend
    pip install -r requirements.txt
    
    cd frontend
    npm install
  3. Start the development server:

    npm start

Hotkeys

  • Ctrl + A: Capture entire screen
  • Ctrl + S: Capture selected area
  • Ctrl + D: Toggle visibility
  • Ctrl + W: Close application

Techstack

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A discreet tool that enables you to read text on the screen without being detected by other software, all while staying visible above other applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors