Skip to content

Nexters/misik-android

Repository files navigation

Misik - AI Receipt Review App

Kotlin api License: MIT

📸 Snap a receipt and let AI generate restaurant reviews instantly!✨🚀

OCR-based receipt scanning & data extraction

AI-powered automatic review generation using LLM

Intuitive UI & easy sharing functionality

Screenshots

Package Structure

📦 misik-android
├── 📂 build-logic                # Gradle 빌드 설정 관련 모듈
├── 📂 app                        # Android 메인 애플리케이션 모듈
├── 📂 core                       # 핵심 로직을 담당하는 공통 모듈
│   ├── 📂 core-data              # 데이터 레이어 (Repository, DataSource 등)
│   ├── 📂 core-domain            # 비즈니스 로직 및 UseCase 모듈
│   ├── 📂 core-network           # 네트워크 관련 모듈 (API, Retrofit 등)
│   ├── 📂 core-ui                # 공통 UI 컴포넌트, 테마, 디자인 시스템
├── 📂 feature                    # 개별 기능을 담당하는 Feature 모듈
│   ├── 📂 feature-webview        # 웹뷰 관련 기능 모듈
│   ├── 📂 feature-preview        # 이미지 프리뷰 및 OCR 연결 모듈
├── 📂 ocr                        # OCR 처리 관련 모듈 (MLKit, Cloud Vision API 등)

Stack & Libraries

  • Kotlin & Coroutine
  • Jetpack Compose
  • Cloud Vision & MLkit
  • Hilt
  • Retrofit2, OkHttp3
  • Coil
  • Lottie

Contributors

freeskyES sxunea
Eunsong Cheon Hyeseon Baek

Other Repositories

Part Repository
iOS Link
FE Link
BE Link

Hackathon

image