- Duration : 2024.12.06 ~ 2025.02.12
- 네이버 부스트캠프 Level Upstage 기업 해커톤
- 트렌드 & 리콜 상품을 파악해 자동으로 최적의 재고를 관리하는 AI 재고 관리 솔루션
김태한 | 문채원 | 서동환 | 윤남규 | 이재훈 | 장지우 |
---|---|---|---|---|---|
![]() |
![]() |
![]() |
- 🧑💻 Programming : GitHub, VScode
- 🛠️ Development : n8n, FastAPI, React, Upstage API
- 👥 Communication : GitHub, Notion, Slack, Jira
- 🧱 Deployment : Docker
프로젝트를 실행하기 위한 기본 설정입니다:
- Repository Clone
git clone https://github.com/boostcampaitech7/level4-cv-finalproject-hackathon-cv-14-lv3.git
cd level4-cv-finalproject-hackathon-cv-14-lv3
- How to Run
# Backend
cd backend
python main.py
# API Server
cd app
python api.py
# Frontend
cd frontend
npm install
npm start
├── 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
다음 링크에서 저희조의 랩업리포트를 확인하실 수 있습니다: Wrap up Report