A modern web application that extracts text from images and analyzes image content using AI. Built with Next.js and powered by Together AI.
- Clone the repository:
git clone https://github.com/jideabdqudus/image-text.git
cd image-text- Install dependencies:
npm install
# or
yarn install- Set up environment variables:
cp .env.example .env.localAdd your Together AI API key to .env.local:
TOGETHER_API_KEY=your_api_key_here
- Run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 to see the application.
- Upload images via drag & drop or file selection
- Extract text from any image with a single click
- View extracted text with proper formatting
- Switch between Text Extraction and Image Analysis modes
- Get detailed AI-powered descriptions of image content
- Understand what's in your images instantly
- Frontend: Next.js, React, TailwindCSS, Framer Motion
- API: Next.js API routes
- AI: Together AI (Llama 3.3)
- UI Components: Shadcn UI
Your privacy is important! This application:
- Does not store your images or analysis results
- Does not transmit data beyond what's needed for processing
- Processes everything securely through server-side API calls
This project is licensed under the MIT License.