Skip to content

Commit

Permalink
Merge pull request #69 from JNU-econovation/feat/48/ouath
Browse files Browse the repository at this point in the history
Feat/48/ouath
  • Loading branch information
capDoYeonLee authored Jul 18, 2024
2 parents 2bc3035 + 12d25d1 commit f6210a7
Show file tree
Hide file tree
Showing 1,112 changed files with 8,148 additions and 44 deletions.
81 changes: 81 additions & 0 deletions .github/workflows/serverCICD.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle

name: Error CICD CI/CD

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Grant execute permission for gradlew
working-directory: ./BE/error
run: chmod +x ./gradlew
shell: bash

- name: Gradle Caching
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
## gradle build
- name: Build with Gradle
working-directory: ./BE/error
run: ./gradlew build -x test

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
version: v0.7.0

- name: Docker build & push to dev
working-directory: ./BE/error
if: contains(github.ref, 'main')
run: |
docker login -u ${{ secrets.DOCKER_ID }} -p ${{ secrets.DOCKER_PASSWORD }}
docker build -t ${{ secrets.DOCKER_REPO }}/econo-error .
docker push ${{ secrets.DOCKER_REPO }}/econo-error
- name: serve in ec2 used for script
uses: appleboy/ssh-action@master
id: deploy-dev
if: contains(github.ref, 'main')
with:
host: ${{ secrets.HOST_DEV_IP }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: 22
working-directory: ./BE/
script: |
pwd && ll
cd econo-error/BE/error
sudo usermod -a -G docker $USER
docker pull ${{ secrets.DOCKER_REPO }}/econo-error
docker-compose up -d
docker image prune -f
Binary file added AI/GAN/data/2024-04-01 21 29 12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 29 51.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 29 58.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 30 05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 30 11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 30 23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 30 30.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 30 36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 30 42.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 30 48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 30 54.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 30 59.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 31 07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 31 13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 31 18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 31 36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 31 42.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 31 48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 31 54.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 32 00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 32 05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 32 11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 32 16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 32 22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 32 28.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AI/GAN/data/2024-04-01 21 32 34.png
Binary file added AI/GAN/data/2024-04-01 21 32 40.png
Binary file added AI/GAN/data/2024-04-01 21 32 46.png
Binary file added AI/GAN/data/2024-04-01 21 32 52.png
Binary file added AI/GAN/data/2024-04-01 21 32 58.png
Binary file added AI/GAN/data/2024-04-01 21 33 04.png
Binary file added AI/GAN/data/2024-04-01 21 33 09.png
Binary file added AI/GAN/data/2024-04-01 21 33 14.png
Binary file added AI/GAN/data/2024-04-01 21 33 20.png
Binary file added AI/GAN/data/2024-04-01 21 33 25.png
Binary file added AI/GAN/data/2024-04-01 21 33 31.png
Binary file added AI/GAN/data/2024-04-01 21 33 37.png
Binary file added AI/GAN/data/2024-04-01 21 33 43.png
Binary file added AI/GAN/data/2024-04-01 21 33 49.png
Binary file added AI/GAN/data/2024-04-01 21 33 55.png
Binary file added AI/GAN/data/2024-04-01 21 34 00.png
Binary file added AI/GAN/data/2024-04-01 21 34 06.png
Binary file added AI/GAN/data/2024-04-01 21 34 12.png
Binary file added AI/GAN/data/2024-04-01 21 34 18.png
Binary file added AI/GAN/data/2024-04-01 21 34 23.png
Binary file added AI/GAN/data/2024-04-01 21 34 29.png
Binary file added AI/GAN/data/2024-04-01 21 34 42.png
Binary file added AI/GAN/data/2024-04-01 21 35 09.png
Binary file added AI/GAN/data/2024-04-01 21 35 15.png
Binary file added AI/GAN/data/2024-04-01 21 35 48.png
Binary file added AI/GAN/data/2024-04-01 21 35 57.png
Binary file added AI/GAN/data/2024-04-01 21 36 06.png
Binary file added AI/GAN/data/2024-04-01 21 37 13.png
Binary file added AI/GAN/data/2024-04-01 21 37 20.png
Binary file added AI/GAN/data/2024-04-01 21 37 28.png
Binary file added AI/GAN/data/2024-04-01 21 37 36.png
Binary file added AI/GAN/data/2024-04-01 21 38 16.png
Binary file added AI/GAN/data/2024-04-01 21 38 22.png
Binary file added AI/GAN/data/2024-04-01 21 38 27.png
Binary file added AI/GAN/data/2024-04-01 21 38 33.png
Binary file added AI/GAN/data/2024-04-01 21 38 39.png
Binary file added AI/GAN/data/2024-04-01 21 38 44.png
Binary file added AI/GAN/data/2024-04-01 21 38 50.png
Binary file added AI/GAN/data/2024-04-01 21 38 55.png
Binary file added AI/GAN/data/2024-04-01 21 39 01.png
Binary file added AI/GAN/data/2024-04-01 21 39 07.png
Binary file added AI/GAN/data/2024-04-01 21 39 13.png
Binary file added AI/GAN/data/2024-04-01 21 39 19.png
Binary file added AI/GAN/data/2024-04-01 21 39 24.png
Binary file added AI/GAN/data/2024-04-01 21 39 29.png
Binary file added AI/GAN/data/2024-04-01 21 39 37.png
Binary file added AI/GAN/data/2024-04-01 21 39 43.png
Binary file added AI/GAN/data/2024-04-01 21 39 49.png
Binary file added AI/GAN/data/2024-04-01 21 39 55.png
Binary file added AI/GAN/data/2024-04-01 21 40 00.png
Binary file added AI/GAN/data/2024-04-01 21 40 06.png
Binary file added AI/GAN/data/2024-04-01 21 40 12.png
Binary file added AI/GAN/data/2024-04-01 21 40 18.png
Binary file added AI/GAN/data/2024-04-01 21 40 24.png
Binary file added AI/GAN/data/2024-04-01 21 40 32.png
Binary file added AI/GAN/data/2024-04-01 21 40 37.png
Binary file added AI/GAN/data/2024-04-01 21 40 43.png
Binary file added AI/GAN/data/2024-04-01 21 40 51.png
Binary file added AI/GAN/data/2024-04-01 21 40 59.png
Binary file added AI/GAN/data/2024-04-01 21 41 07.png
Binary file added AI/GAN/data/2024-04-01 21 41 13.png
Binary file added AI/GAN/data/2024-04-01 21 41 20.png
Binary file added AI/GAN/data/2024-04-01 21 41 26.png
Binary file added AI/GAN/data/2024-04-01 21 41 32.png
Binary file added AI/GAN/data/2024-04-01 21 41 38.png
Binary file added AI/GAN/data/2024-04-01 21 41 43.png
Binary file added AI/GAN/data/2024-04-01 21 41 48.png
Binary file added AI/GAN/data/2024-04-01 21 41 54.png
Binary file added AI/GAN/data/2024-04-01 21 41 59.png
Binary file added AI/GAN/data/2024-04-01 21 42 04.png
Binary file added AI/GAN/data/2024-04-01 21 42 10.png
Binary file added AI/GAN/data/2024-04-01 21 42 17.png
Binary file added AI/GAN/data/2024-04-01 21 42 22.png
Binary file added AI/GAN/data/2024-04-01 21 42 28.png
Binary file added AI/GAN/data/2024-04-01 21 42 43.png
Binary file added AI/GAN/data/2024-04-01 21 42 49.png
Binary file added AI/GAN/data/2024-04-01 21 42 55.png
Binary file added AI/GAN/data/2024-04-01 21 43 01.png
Binary file added AI/GAN/data/2024-04-01 21 43 08.png
Binary file added AI/GAN/data/2024-04-01 21 43 13.png
Binary file added AI/GAN/data/2024-04-01 21 43 19.png
Binary file added AI/GAN/data/2024-04-01 21 43 24.png
Binary file added AI/GAN/data/2024-04-01 21 43 30.png
Binary file added AI/GAN/data/2024-04-01 21 43 35.png
Binary file added AI/GAN/data/2024-04-01 21 43 41.png
Binary file added AI/GAN/data/2024-04-01 21 43 56.png
Binary file added AI/GAN/data/2024-04-01 21 44 01.png
Binary file added AI/GAN/data/2024-04-01 21 44 09.png
Binary file added AI/GAN/data/2024-04-01 21 44 15.png
Binary file added AI/GAN/data/2024-04-01 21 44 20.png
Binary file added AI/GAN/data/2024-04-01 21 44 26.png
Binary file added AI/GAN/data/2024-04-01 21 44 33.png
Binary file added AI/GAN/data/2024-04-01 21 58 09.png
Binary file added AI/GAN/data/2024-04-01 21 58 18.png
Binary file added AI/GAN/data/2024-04-01 21 58 33.png
Binary file added AI/GAN/data/2024-04-01 21 58 38.png
Binary file added AI/GAN/data/2024-04-01 21 58 43.png
Binary file added AI/GAN/data/2024-04-01 21 58 48.png
Binary file added AI/GAN/data/2024-04-01 21 58 53.png
Binary file added AI/GAN/data/2024-04-01 21 58 58.png
Binary file added AI/GAN/data/2024-04-01 21 59 02.png
Binary file added AI/GAN/data/2024-04-01 21 59 11.png
Binary file added AI/GAN/data/2024-04-01 21 59 16.png
Binary file added AI/GAN/data/2024-04-01 21 59 22.png
Binary file added AI/GAN/data/2024-04-01 21 59 27.png
Binary file added AI/GAN/data/2024-04-01 22 00 05.png
Binary file added AI/GAN/data/2024-04-01 22 00 11.png
Binary file added AI/GAN/data/2024-04-01 22 00 16.png
Binary file added AI/GAN/data/2024-04-01 22 00 22.png
Binary file added AI/GAN/data/2024-04-01 22 00 28.png
Binary file added AI/GAN/data/2024-04-01 22 00 33.png
Binary file added AI/GAN/data/2024-04-01 22 00 40.png
Binary file added AI/GAN/data/2024-04-01 22 00 46.png
Binary file added AI/GAN/data/2024-04-01 22 00 52.png
Binary file added AI/GAN/data/2024-04-01 22 00 58.png
Binary file added AI/GAN/data/2024-04-01 22 01 04.png
Binary file added AI/GAN/data/2024-04-01 22 01 09.png
Binary file added AI/GAN/data/2024-04-01 22 01 14.png
Binary file added AI/GAN/data/2024-04-01 22 01 20.png
Binary file added AI/GAN/data/2024-04-01 22 01 26.png
Binary file added AI/GAN/data/2024-04-01 22 01 32.png
Binary file added AI/GAN/data/2024-04-01 22 01 37.png
Binary file added AI/GAN/data/2024-04-01 22 01 43.png
Binary file added AI/GAN/data/2024-04-01 22 01 49.png
Binary file added AI/GAN/data/2024-04-01 22 02 17.png
Binary file added AI/GAN/data/2024-04-01 22 02 27.png
Binary file added AI/GAN/data/2024-04-01 22 02 33.png
Binary file added AI/GAN/data/2024-04-01 22 02 39.png
Binary file added AI/GAN/data/2024-04-01 22 02 45.png
Binary file added AI/GAN/data/2024-04-01 22 02 50.png
Binary file added AI/GAN/data/2024-04-01 22 02 56.png
Binary file added AI/GAN/data/2024-04-01 22 03 02.png
Binary file added AI/GAN/data/2024-04-01 22 03 07.png
Binary file added AI/GAN/data/2024-04-01 22 03 13.png
Binary file added AI/GAN/data/2024-04-01 22 03 22.png
Binary file added AI/GAN/data/2024-04-01 22 03 27.png
Binary file added AI/GAN/data/2024-04-01 22 03 33.png
Binary file added AI/GAN/data/2024-04-01 22 03 39.png
Binary file added AI/GAN/data/2024-04-01 22 03 45.png
Binary file added AI/GAN/data/2024-04-01 22 03 51.png
Binary file added AI/GAN/data/2024-04-01 22 03 57.png
Binary file added AI/GAN/data/2024-04-01 22 04 04.png
Binary file added AI/GAN/data/2024-04-01 22 04 10.png
Binary file added AI/GAN/data/2024-04-01 22 04 15.png
Binary file added AI/GAN/data/2024-04-01 22 04 21.png
Binary file added AI/GAN/data/2024-04-01 22 04 26.png
Binary file added AI/GAN/data/2024-04-01 22 04 34.png
Binary file added AI/GAN/data/2024-04-01 22 04 44.png
Binary file added AI/GAN/data/2024-04-01 22 04 49.png
Binary file added AI/GAN/data/2024-04-01 22 04 54.png
Binary file added AI/GAN/data/2024-04-01 22 05 00.png
Binary file added AI/GAN/data/2024-04-01 22 05 06.png
Binary file added AI/GAN/data/2024-04-01 22 05 11.png
Binary file added AI/GAN/data/2024-04-01 22 05 17.png
Binary file added AI/GAN/data/2024-04-01 22 05 23.png
Binary file added AI/GAN/data/2024-04-01 22 05 28.png
Binary file added AI/GAN/data/2024-04-01 22 05 34.png
Binary file added AI/GAN/data/2024-04-01 22 05 40.png
Binary file added AI/GAN/data/2024-04-01 22 05 48.png
Binary file added AI/GAN/data/2024-04-01 22 05 55.png
Binary file added AI/GAN/data/2024-04-01 22 06 02.png
Binary file added AI/GAN/data/2024-04-01 22 06 07.png
Binary file added AI/GAN/data/2024-04-01 22 06 13.png
Binary file added AI/GAN/data/2024-04-01 22 06 18.png
Binary file added AI/GAN/data/2024-04-01 22 06 24.png
Binary file added AI/GAN/data/2024-04-01 22 06 30.png
Binary file added AI/GAN/data/2024-04-01 22 06 40.png
Binary file added AI/GAN/data/2024-04-01 22 06 45.png
Binary file added AI/GAN/data/2024-04-01 22 06 51.png
Binary file added AI/GAN/data/2024-04-01 22 06 56.png
Binary file added AI/GAN/data/2024-04-01 22 07 02.png
Binary file added AI/GAN/data/2024-04-01 22 07 09.png
Binary file added AI/GAN/data/2024-04-01 22 07 21.png
Binary file added AI/GAN/data/2024-04-01 22 07 36.png
Binary file added AI/GAN/data/2024-04-01 22 07 44.png
Binary file added AI/GAN/data/2024-04-01 22 07 53.png
Binary file added AI/GAN/data/2024-04-01 22 08 03.png
Binary file added AI/GAN/data/2024-04-01 22 08 11.png
Binary file added AI/GAN/data/2024-04-01 22 08 19.png
Binary file added AI/GAN/data/2024-04-01 22 08 26.png
Binary file added AI/GAN/data/2024-04-01 22 08 36.png
Binary file added AI/GAN/data/2024-04-01 22 08 42.png
Binary file added AI/GAN/data/2024-04-01 22 08 49.png
Binary file added AI/GAN/data/2024-04-01 22 08 55.png
Binary file added AI/GAN/data/2024-04-01 22 09 02.png
Binary file added AI/GAN/data/2024-04-01 22 09 17.png
Binary file added AI/GAN/data/2024-04-01 22 09 23.png
Binary file added AI/GAN/data/2024-04-01 22 09 39.png
Binary file added AI/GAN/data/2024-04-01 22 09 47.png
Binary file added AI/GAN/data/2024-04-01 22 09 54.png
Binary file added AI/GAN/data/2024-04-01 22 10 01.png
Binary file added AI/GAN/data/2024-04-01 22 10 08.png
Binary file added AI/GAN/data/2024-04-01 22 10 15.png
Binary file added AI/GAN/data/2024-04-01 22 10 30.png
Binary file added AI/GAN/data/2024-04-01 22 10 37.png
Binary file added AI/GAN/data/2024-04-01 22 10 45.png
Binary file added AI/GAN/data/2024-04-01 22 10 52.png
Binary file added AI/GAN/data/2024-04-01 22 11 04.png
Binary file added AI/GAN/data/2024-04-01 22 11 11.png
Binary file added AI/GAN/data/2024-04-01 22 11 17.png
Binary file added AI/GAN/data/2024-04-01 22 11 23.png
Binary file added AI/GAN/data/2024-04-01 22 11 30.png
Binary file added AI/GAN/data/2024-04-01 22 11 38.png
Binary file added AI/GAN/data/2024-04-01 22 11 46.png
Binary file added AI/GAN/data/2024-04-01 22 11 54.png
Binary file added AI/GAN/data/2024-04-01 22 12 21.png
Binary file added AI/GAN/data/2024-04-01 22 12 27.png
Binary file added AI/GAN/data/2024-04-01 22 12 34.png
Binary file added AI/GAN/data/2024-04-01 22 12 40.png
Binary file added AI/GAN/data/2024-04-01 22 12 46.png
Binary file added AI/GAN/data/2024-04-01 22 12 52.png
Binary file added AI/GAN/data/2024-04-01 22 12 58.png
Binary file added AI/GAN/data/2024-04-01 22 13 04.png
Binary file added AI/GAN/data/2024-04-01 22 13 10.png
Binary file added AI/GAN/data/2024-04-01 22 13 17.png
Binary file added AI/GAN/data/2024-04-01 22 13 23.png
Binary file added AI/GAN/data/2024-04-01 22 13 31.png
Binary file added AI/GAN/data/2024-04-01 22 13 38.png
Binary file added AI/GAN/data/2024-04-01 22 13 45.png
Binary file added AI/GAN/data/2024-04-01 22 13 52.png
Binary file added AI/GAN/data/2024-04-01 22 14 00.png
Binary file added AI/GAN/data/2024-04-01 22 14 06.png
Binary file added AI/GAN/data/2024-04-01 22 14 12.png
Binary file added AI/GAN/data/2024-04-01 22 14 21.png
Binary file added AI/GAN/data/2024-04-01 22 14 27.png
Binary file added AI/GAN/data/2024-04-01 22 14 58.png
Binary file added AI/GAN/data/2024-04-01 22 15 05.png
Binary file added AI/GAN/data/2024-04-01 22 15 11.png
Binary file added AI/GAN/data/2024-04-01 22 15 17.png
Binary file added AI/GAN/data/2024-04-01 22 15 23.png
Binary file added AI/GAN/data/2024-04-01 22 15 29.png
Binary file added AI/GAN/data/2024-04-01 22 15 34.png
Binary file added AI/GAN/data/2024-04-01 22 15 40.png
Binary file added AI/GAN/data/2024-04-01 22 15 47.png
Binary file added AI/GAN/data/2024-04-01 22 15 54.png
Binary file added AI/GAN/data/2024-04-01 22 16 00.png
Binary file added AI/GAN/data/2024-04-01 22 16 06.png
Binary file added AI/GAN/data/2024-04-01 22 16 12.png
Binary file added AI/GAN/data/2024-04-01 22 16 18.png
Binary file added AI/GAN/data/2024-04-01 22 16 24.png
Binary file added AI/GAN/data/2024-04-01 22 16 30.png
Binary file added AI/GAN/data/2024-04-01 22 16 36.png
Binary file added AI/GAN/data/2024-04-01 22 16 43.png
Binary file added AI/GAN/data/2024-04-01 22 16 50.png
Binary file added AI/GAN/data/2024-04-01 22 17 07.png
Binary file added AI/GAN/data/2024-04-01 22 17 16.png
Binary file added AI/GAN/data/2024-04-01 22 17 24.png
Binary file added AI/GAN/data/2024-04-01 22 17 33.png
Binary file added AI/GAN/data/2024-04-01 22 17 39.png
Binary file added AI/GAN/data/2024-04-01 22 17 47.png
Binary file added AI/GAN/data/2024-04-01 22 17 54.png
Binary file added AI/GAN/data/2024-04-01 22 18 00.png
Binary file added AI/GAN/data/2024-04-01 22 18 06.png
Binary file added AI/GAN/data/2024-04-01 22 18 13.png
Binary file added AI/GAN/data/2024-04-01 22 18 18.png
Binary file added AI/GAN/data/2024-04-01 22 18 24.png
Binary file added AI/GAN/data/2024-04-01 22 18 30.png
Binary file added AI/GAN/data/2024-04-01 22 18 36.png
Binary file added AI/GAN/data/2024-04-01 22 18 42.png
Binary file added AI/GAN/data/2024-04-01 22 18 48.png
Binary file added AI/GAN/data/2024-04-01 22 18 55.png
Binary file added AI/GAN/data/2024-04-01 22 19 01.png
Binary file added AI/GAN/data/2024-04-01 22 19 07.png
Binary file added AI/GAN/data/2024-04-01 22 19 12.png
Binary file added AI/GAN/data/2024-04-01 22 19 21.png
Binary file added AI/GAN/data/2024-04-01 22 19 33.png
Binary file added AI/GAN/data/2024-04-01 22 19 41.png
Binary file added AI/GAN/data/2024-04-01 22 21 04.png
Binary file added AI/GAN/data/2024-04-01 22 21 11.png
Binary file added AI/GAN/data/2024-04-01 22 21 32.png
Binary file added AI/GAN/data/2024-04-01 22 21 38.png
Binary file added AI/GAN/data/2024-04-01 22 21 48.png
Binary file added AI/GAN/data/2024-04-01 22 21 54.png
Binary file added AI/GAN/data/2024-04-01 22 22 00.png
Loading

0 comments on commit f6210a7

Please sign in to comment.