AI Image Description Generator accurately extracts the key elements from images and interprets the creative purposes behind them, which can be applied in fields such as scientific research, artistic creation, and the mutual search between images and texts.
https://github.com/AICodeHunt/AI-Image-Description.git
AI Image Description Generator ================
AI Image Description Generator accurately extracts the key elements from images and interprets the creative purposes behind them, which can be applied in fields such as scientific research, artistic creation, and the mutual search between images and texts.
DEMO: www.imagedescriptiongenerator.xyz
Getting Started
cd <project_path>
npm install
npm run dev
Step 3. Open browser, visit
Official site
root // next.js project
ββ public
ββ src
ββ app //main page
ββ components // next.js components
ββ dictionaries // Add new language using the JSON file
ββ lib // ernie and gemini api service
Others