사이트를 만들다 보면 회원등록 페이지를 만들게 되고 회원사진 등록하는 부분도 작성을 하게되는데요.

그때마다 회원 사진을 어디서 구하나하는 걱정아닌 걱정이 들때가 있습니다.

그것도 하나의 일이 되버리는 경우가 있는데 이럴때 사용할 수 있는 Face Generator API 입니다.

100% Open API 는 아닙니다.

성별, 나이 별로도 선택하여 생성할 수 도 있고, 조회도 가능하고 다운로드도 가능하니 

오바마, 빌게이츠, 마커 저커버그 의 사진을 다운로드 받아놓을 필요없으니 좋을 듯 싶네요. (제가 그랬다는... ^^; ) 

https://generated.photos/

 

Generated Photos | Unique, worry-free model photos

Images are free to download and use personally, all we ask for is a link back to us in return. Higher quality images and commercial use licenses are available for indiviual downloads and API access.

generated.photos

 

행복한 고수되십시오.

반응형

주로 Git 명령어를 정리했습니다.

  • git init

  • git status

  • git add

  • git checkout

    • git checkout first-branch-name
    • git checkout -b new-second-branch-name
  • git commit -m "Comment"

  • git push

    • git push origin main
  • git pull

    • git pull origin main

### 그 밖에 사용하는 명령어.
  • git clone url

  • git log

    • git log --after 2021-07-01
    • git log --since 2021-07-01
    • git log --since 2021-07-01 --until 2021-08-24
    • git log --grep 검색어
    • git log --author "woojja"
  • git stash

    • git staxh
    • git stash list
    • git stash pop
    • git stash apply
    • git stash stash-name
    • git stash clear


행복한 고수되셔요.

woojja ))*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

반응형

'Tools > Github' 카테고리의 다른 글

[Github] Git clone  (0) 2020.01.23

개발자에게 정말 유용한 Repository 입니다.

구현하고 싶은 코드를 찾아보세요. 

참 멋진 분들 많습니다.

 

https://github.com/danistefanovic/build-your-own-x

 

GitHub - danistefanovic/build-your-own-x: 🤓 Build your own (insert technology here)

🤓 Build your own (insert technology here). Contribute to danistefanovic/build-your-own-x development by creating an account on GitHub.

github.com

 

행복한 고수되십시오.

woojja ))*

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

반응형

'ETC > Free Resources' 카테고리의 다른 글

[Free Resources] 유용한 Image 관련 Web Sites  (0) 2021.12.14
[Free Resources] Awesome CS Courses  (0) 2021.08.23

+ Recent posts