Skip to content

boostcampaitech7/level4-cv-finalproject-hackathon-cv-14-lv3

Repository files navigation

AI 스마트 재고 관리 솔루션📦 "StockSense"

📖 Overview

  • Duration : 2024.12.06 ~ 2025.02.12
  • 네이버 부스트캠프 Level Upstage 기업 해커톤
  • 트렌드 & 리콜 상품을 파악해 자동으로 최적의 재고를 관리하는 AI 재고 관리 솔루션

🧑‍💻 Contributors

김태한 문채원 서동환 윤남규 이재훈 장지우






🔧 Tools

  • 🧑‍💻 Programming : GitHub, VScode
  • 🛠️ Development : n8n, FastAPI, React, Upstage API
  • 👥 Communication : GitHub, Notion, Slack, Jira
  • 🧱 Deployment : Docker

🚀 Setup & Installation

프로젝트를 실행하기 위한 기본 설정입니다:

  1. Repository Clone
git clone https://github.com/boostcampaitech7/level4-cv-finalproject-hackathon-cv-14-lv3.git
cd level4-cv-finalproject-hackathon-cv-14-lv3
  1. How to Run
# Backend
cd backend
python main.py

# API Server
cd app
python api.py

# Frontend
cd frontend
npm install
npm start

📦 Folder Structure

├── app
│  ├── api.py
│  ├── dags
│  │  └── product_pipeline_dag.py # Airflow DAG pipeline
│  └── webshop_agent
│     ├── env_history.py # env in Web-shop
│     ├── generate_reflections.py # Reflection for faild trial
│     ├── run.py
│     └── webshop_trial.py # Web-shop Agent
├── backend
│  └── main.py  # FastAPI endpoints and routes
├── database
│  ├── format_converter  # DB migration : CSV->SQLite->PostgreSQL
│  └──  preprocessing  # DB preprocessing for column name,
└── frontend
   └── src
      ├── ChatPage.js # Chatbot UI
      ├── DashPage.js # Dashboard UI
      └── InventoryPage.js # Inventory UI

Process

Whole Process

image Image

Trend Product Search

image image

Recall Product Search

image

UI

대시보드_ppt 인벤토리 챗봇_ppt

📝 Wrap up Report

다음 링크에서 저희조의 랩업리포트를 확인하실 수 있습니다: Wrap up Report

About

level4-cv-finalproject-hackathon-cv-14-lv3 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published