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.
- 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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure you have the following installed:
- A modern web browser (e.g., Chrome, Firefox)
- pnpm
-
Clone the repository
git clone https://github.com/GeraOSF/clever-snap.git cd clever-snap
-
Install dependencies
pnpm install
-
Run the development server or build the extension
pnpm dev
or
pnpm build