https://github.com/amin2312/ai-image-generator

AI Image Generator and Search, unleash your Creativity

https://github.com/amin2312/ai-image-generator

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.8%) to scientific vocabulary

Keywords

ai generator image search
Last synced: 6 months ago · JSON representation

Repository

AI Image Generator and Search, unleash your Creativity

Basic Info
Statistics
  • Stars: 83
  • Watchers: 3
  • Forks: 7
  • Open Issues: 1
  • Releases: 0
Topics
ai generator image search
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

AI Image Generator

English | 中文

AI Image Generator is a easy-to-operate image generator that provides users with a more convenient and efficient AI image generation solution.

  • It is based on Dall·E and Stable Diffusion API;
  • It supports multi languages;
  • It implements complete client(vue) and server(tornado) solution;

Screenshots & Demo

AI Image Generator Screenshot 1 AI Image Generator Screenshot 2

DEMO: www.ai-img-gen.com/gen-basic/ (only show)
Commercial: www.ai-img-gen.com/gen-pro/ (provide free trial)

How to run it

Step 1. Install python >= 3.10

Step 2. Install the project's python dependencies

sh cd <project_path> pip install -r server/requirements.txt

Step 3. Configure Dall·E or Stable Diffusion API key

text Use text editor to open <project_path>/server/conf.json, and fill in the "api_key" field by your needs, remember to save it.

Step 4. Start the python server

sh cd <project_path> python server/app.py

Step 5. Open browser, visit http://127.0.0.1:3001

Official site

Directory Structure

text root ├─ client // Vue client project ├─ src ├─ assets ├─ language_strings.csv // Add new translation using the CSV editor ├─ language_support.csv // Add new language using the CSV editor ├─ intro // Related files introduced ├─ server // Python server project └─ wwwroot // Server web root directory | Vue build output directory

Others

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

Owner

  • Login: amin2312
  • Kind: user

GitHub Events

Total
  • Issues event: 1
  • Watch event: 7
  • Issue comment event: 1
Last Year
  • Issues event: 1
  • Watch event: 7
  • Issue comment event: 1

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • hk003 (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Dockerfile docker
  • python 3.10 build
client/package-lock.json npm
  • 181 dependencies
client/package.json npm
  • @vitejs/plugin-vue ^4.0.0 development
  • sass ^1.55.0 development
  • sass-loader ^13.1.0 development
  • unplugin-auto-import ^0.15.3 development
  • unplugin-vue-components ^0.22.9 development
  • vite ^4.0.0 development
  • @icon-park/vue-next ^1.4.2
  • element-plus ^2.2.28
  • mobile-device-detect ^0.4.3
  • vue ^3.2.37
server/requirements.txt pypi
  • APScheduler ==3.10.4
  • Pillow ==9.2.0
  • httpx ==0.27.0
  • openai ==1.23.2
  • tornado ==6.2