Skip to content
@yeungjin-picaboo

Picaboo

日記をもとに感情分析を行い、日記を絵に変換してNFTアートにする絵日記サービス

PICABOO - Graduate Team Project 1組 <韓組>

스크린샷 2023-06-23 오전 9 18 55

プロジェクト情報

  • サービス紹介

    • ユーザーが書いた日記の内容を絵に変換するサービス
  • 開発期間・人数

    • 2023.02 ~ 2023.05 / 5名

チームメンバー 🔥

member1
キム・ドング
member2
クォン・ウヒョン
member3
キム・ジョンミン
member4
パク・ムンシク
member5
ユ・チャンフン

スタートガイド

要求事項

  • Node.js 18.16.1LTS
  • Npm 9.6.6
  • Python 3.10.11
  • Android Studio 2022.1.1 Electric Eel
  • PostgreSQL 13

Installation

$ git clone https://github.com/yeungjin-picaboo
$ cd yeungjin-picaboo

Frontend

$ cd picaboo-next-web
$ npm install
$ npm run build
$ npm run start

Backend(NestJS)

$ cd picaboo-nest-server
$ npm install
$ npm run dev

Backend(FastAPI)

$ cd picaboo-fastapi-server
$ pip install
$ pip install fastapi
$ pip install "uvicorn[standard]"
$ uvicorn main:app --reload --host=0.0.0.0 --port=9000

Moblie(Kotlin)

$ git clone https://github.com/yeungjin-picaboo/picaboo-kotlin-android
# Emulator execution

技術スタック 🔨

Environment

Config

Development

Communication

サービスの特徴

  • ユーザーが書いた日記の内容を要約し、感情を分析する
  • 要約した内容と感情をもとにAIが絵を生成してくれる
  • 作成した絵に著作権を所有するためにNFT発行をすることができ、
マーケットを利用して販売も可能

サービスの重要機能

  • 日記作成、照会、修正、削除
  • 日記の内容要約
  • 作成したユーザーの位置に該当する天気及び作成した日記の感情分析
  • 日記からキーワードを抽出して画像を生成
  • NFT登録及び取引
  • リストソート機能

Pinned Loading

  1. picaboo-next-web picaboo-next-web Public

    The Picaboo project's NextJS repository

    TypeScript 1 1

  2. picaboo-fastapi-server picaboo-fastapi-server Public

    The Picaboo project's FastAPI repository

    Python

  3. picaboo-kotlin-android picaboo-kotlin-android Public

    The Picaboo project's Android repository

    Kotlin

  4. picaboo-nest-server picaboo-nest-server Public

    The Picaboo project's NestJS repository

    TypeScript 1

Repositories

Showing 8 of 8 repositories
  • picaboo-next-web Public

    The Picaboo project's NextJS repository

    yeungjin-picaboo/picaboo-next-web’s past year of commit activity
    TypeScript 1 1 0 0 Updated Nov 8, 2023
  • picaboo-fastapi-server Public

    The Picaboo project's FastAPI repository

    yeungjin-picaboo/picaboo-fastapi-server’s past year of commit activity
    Python 0 0 0 0 Updated Jun 23, 2023
  • .github Public
    yeungjin-picaboo/.github’s past year of commit activity
    0 0 0 0 Updated Jun 23, 2023
  • picaboo-nest-server Public

    The Picaboo project's NestJS repository

    yeungjin-picaboo/picaboo-nest-server’s past year of commit activity
    TypeScript 0 1 0 0 Updated Jun 21, 2023
  • picaboo-kotlin-android Public

    The Picaboo project's Android repository

    yeungjin-picaboo/picaboo-kotlin-android’s past year of commit activity
    Kotlin 0 0 0 0 Updated Jun 15, 2023
  • picaboo-web-demo Public

    This is a web demo version made with NextJS of the Picaboo project.

    yeungjin-picaboo/picaboo-web-demo’s past year of commit activity
    JavaScript 0 0 0 0 Updated Jan 17, 2023
  • picaboo-web-demo2 Public

    This is version 2 of the web demo made with NextJS of the Picaboo project.

    yeungjin-picaboo/picaboo-web-demo2’s past year of commit activity
    TypeScript 0 0 0 0 Updated Jan 17, 2023
  • picaboo-server-demo Public

    This is a api server demo version made with Laravel of the Picaboo project.

    yeungjin-picaboo/picaboo-server-demo’s past year of commit activity
    PHP 0 0 0 0 Updated Jan 6, 2023

Top languages

Loading…

Most used topics

Loading…