Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 792 Bytes

File metadata and controls

44 lines (26 loc) · 792 Bytes

Image Description AI

image description ai uses gemini ai api to analyze an input image and describe what that image is

Installation

Prerequisites

  • Node.js and npm installed

Clone the Repository

git clone https://github.com/Sinu00/Image-Description-AI.git

Install Dependencies

npm install

Configure Environment Variables

Create a .env file in the project root and add the following line:

API_KEY=your-google-ai-studio-api-key

Replace your-google-ai-studio-api-key with your actual api key.

Run the Application

node index.js

Visit http://localhost:3000 in your browser

Contributing

Feel free to contribute to the project by opening issues or creating pull requests.