image description ai uses gemini ai api to analyze an input image and describe what that image is
- Node.js and npm installed
git clone https://github.com/Sinu00/Image-Description-AI.gitnpm installCreate 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.
node index.jsVisit http://localhost:3000 in your browser
Feel free to contribute to the project by opening issues or creating pull requests.