Skip to content

ZakMat-PC/Img2Text

Repository files navigation

LensAI - Portable Deployment Guide

This project is configured to run on any standard Node.js environment, including your local machine. The project is unfinished.

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn
  • An OpenAI API Key

Setup and Running

  1. Install Dependencies:

    npm install
  2. Configure Environment Variables: Create a .env file in the root directory (or set these in your hosting provider's dashboard):

    OPENAI_API_KEY=your_actual_api_key_here
    NODE_ENV=production

"3". Build and Start:

npm run build
npm run start

About

Turn your images into descriptive text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published