πŸ“¦ AICodeHunt / AI-Image-Description

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.

β˜… 1 stars β‘‚ 11 forks πŸ‘ 1 watching
πŸ“₯ Clone https://github.com/AICodeHunt/AI-Image-Description.git
HTTPS git clone https://github.com/AICodeHunt/AI-Image-Description.git
SSH git clone git@github.com:AICodeHunt/AI-Image-Description.git
CLI gh repo clone AICodeHunt/AI-Image-Description
xes xes Merge branch 'main' of https://github.com/ShurshanX/AI-Image-Description 8f6b767 1 years ago πŸ“ History
πŸ“‚ main View all commits β†’
πŸ“ public
πŸ“ src
πŸ“„ .eslintrc.json
πŸ“„ next.config.js
πŸ“„ next.config.mjs
πŸ“„ package.json
πŸ“„ README_zh.md
πŸ“„ README.md
πŸ“„ tsconfig.json
πŸ“„ README.md

AI Image Description Generator ================

English | δΈ­ζ–‡

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.

  • It is based on ERNIE 3.5 OR GEMINI-PRO-1.5 API;
  • It supports multi languages;
  • IntegratingΒ theΒ clerk.comΒ UserΒ ManagementΒ Platform;
  • It use Next.js to build full-stack web applications.;
Screenshots & Demo
AI Image Description Generator Screenshot 1 AI Image Description Generator Screenshot 2

DEMO: www.imagedescriptiongenerator.xyz

Getting Started


Step 1. Node.js 18.17Β or later. Step 2. Run the development server

cd <project_path>
npm install
npm run dev

Step 3. Open browser, visit

Official site


Directory Structure
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


⭐ If you like this project, please add a star ⭐