https://github.com/harshbargude/aigallery
https://github.com/harshbargude/aigallery
jpa-hibernate spring-boot spring-data-jpa spring-mvc spring-security thymeleaf thymeleaf-java
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshbargude/aigallery
- Owner: harshbargude
- Created: 2025-02-13T14:08:03.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T17:44:57.000Z (9 months ago)
- Last Synced: 2025-03-23T18:33:19.432Z (9 months ago)
- Topics: jpa-hibernate, spring-boot, spring-data-jpa, spring-mvc, spring-security, thymeleaf, thymeleaf-java
- Language: HTML
- Homepage: https://aigallery-cloud02.onrender.com
- Size: 4.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://uptime.betterstack.com/?utm_source=status_badge)
```mermaid
graph TD
subgraph AI Gallery
style AI Gallery fill:#fff5e6,stroke:#ff9933,stroke-width:2px
A[Web Frontend
HTML5 UP Template] -->|User Interaction| B[User Input
Text Prompt]
B -->|Text Prompt| C[API Call
Pollinations.AI or Similar]
C -->|API Response| D[AI Art Generation
FLUX]
D -->|Generated Image| E[Image Output
Gallery Display]
A --> F[Render Hosting
aigallery-cloud02]
F --> G[Image Storage
On cloudinary]
E --> G
end
classDef frontend fill:#ff9933,stroke:#333,stroke-width:2px,color:#0f0014,rx:10,ry:10,stroke-width:3px
classDef ai fill:#33cc99,stroke:#333,stroke-width:2px,color:#0f0014,rx:10,ry:10,stroke-width:3px
classDef infra fill:#cccccc,stroke:#333,stroke-width:1px,rx:10,ry:10,stroke-width:3px
classDef edgeHighlight stroke:#ff4d4d,stroke-width:3px
class A frontend,stroke:#110117
class D ai
class B,C,E,F,G infra,
linkStyle 1,2 stroke:#ff4d4d