https://github.com/amin2312/ai-image-generator
AI Image Generator and Search, unleash your Creativity
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
Repository
AI Image Generator and Search, unleash your Creativity
Basic Info
- Host: GitHub
- Owner: amin2312
- License: mit
- Language: Vue
- Default Branch: main
- Homepage: https://www.ai-img-gen.com/
- Size: 984 KB
Statistics
- Stars: 83
- Watchers: 3
- Forks: 7
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
AI Image Generator
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

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
- Repositories: 1
- Profile: https://github.com/amin2312
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
- python 3.10 build
- 181 dependencies
- @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
- APScheduler ==3.10.4
- Pillow ==9.2.0
- httpx ==0.27.0
- openai ==1.23.2
- tornado ==6.2