Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.35 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.35 KB

Clever Snap 📷

An AI-Powered Question Answering Browser Extension

Simply capture an image of a question, and you can leverage the power of AI to get instant answers. Ideal for students, researchers, and anyone in need of quick, reliable information, this tool is a step towards a more efficient online experience.

Features

  • Image Capture: Draw a box around the question and capture it with ease.
  • AI Integration: AI models are used to extract the question from the image and provide you with an answer.
  • Code Interpreter: Get instant answers to coding questions. If needed the model will even run the code for you to get the most accurate answer.
  • User-Friendly Interface: Designed for simplicity and ease of use.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you begin, ensure you have the following installed:

  • A modern web browser (e.g., Chrome, Firefox)
  • pnpm

Installation

  1. Clone the repository

    git clone https://github.com/GeraOSF/clever-snap.git
    cd clever-snap
  2. Install dependencies

    pnpm install
  3. Run the development server or build the extension

    pnpm dev

    or

    pnpm build