Skip to content

taeyeonha/SquareSeer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Block Hack Week Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors