Skip to content

[2023-1 명지대학교 모바일컴퓨팅 🥇프로젝트1등🥇] OpenAI를 활용한 그림책 어플리케이션

Notifications You must be signed in to change notification settings

gus1043/AI-PictureBook

 
 

Repository files navigation

AI-PictureBook

Create picture books using OpenAI

최종 발표자료

Dependencies

  • OpenAI
implementation 'com.yat3s.openai:openai-android:0.0.3'
  • API 호출
implementation 'com.squareup.okhttp3:okhttp:4.9.0
  • Dall-e 이미지 로딩
implementation 'com.facebook.shimmer:shimmer:0.5.0'
  • ColorPicker
implementation 'com.github.yukuku:ambilwarna:2.0.1'
  • 이미지 처리(Dall-e 생성 이미지, Gif 삽입)
implementation 'com.github.bumptech.glide:glide:4.12.0' 
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'

Contributors

김소현 김지나 박성훈 최지현
@KimSH39 @jina40 @houony @gus1043

Commit Convention

✨ [FEAT] : 새로운 기능 구현
✅ [MOD] : 코드 수정 및 내부 파일 수정
➕ [ADD] : 부수적인 코드 추가 및 라이브러리 추가, 새로운 파일 생성
🎀 [CHORE] : 버전 코드 수정, 패키지 구조 변경, 타입 및 변수명 변경 등의 작은 작업
⚰️ [DEL] : 쓸모없는 코드나 파일 삭제
💄 [UI] : UI 작업
🔨 [FIX] : 버그 및 오류 해결
🚑️ [HOTFIX] : issue나 QA에서 문의된 급한 버그 및 오류 해결
🔀 [MERGE] : 다른 브랜치와의 MERGE
🚚 [MOVE] : 프로젝트 내 파일이나 코드의 이동
⏪️ [RENAME] : 파일 이름 변경
♻️ [REFACTOR] : 전면 수정
📝 [DOCS] : README나 WIKI 등의 문서 개정

Demo

AI Drawing Hand Drawing
https://github.com/gus1043/AI-PictureBook/assets/80878955/d79e5f01-800c-4d2e-9fb5-af9ae8fe04f7 https://github.com/gus1043/AI-PictureBook/assets/80878955/5c5e877f-c840-4fd8-a359-7b15a11772bf

About

[2023-1 명지대학교 모바일컴퓨팅 🥇프로젝트1등🥇] OpenAI를 활용한 그림책 어플리케이션

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%