Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 721 Bytes

File metadata and controls

43 lines (31 loc) · 721 Bytes

SquareSeer

An intelligent inventory management and sales forecasting system for Square merchants.

Features

  • Sales velocity analysis
  • Inventory level prediction
  • Seasonal demand pattern detection
  • Competitive pricing strategies
  • Automated inventory insights

Project Structure

  • /backend - FastAPI backend and ML models
  • /frontend - React frontend application

Getting Started

Backend Setup

cd backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m src.app.scripts.sarima_demo
uvicorn main:app --reload

Frontend Setup

cd frontend
npm install
npm start

Team

  • Felix (Tae Yeon) Ha
  • Michael Deng
  • Divya Vithiyatharan