Skip to content

A web application for predicting dish ordering in a restaurant.

Notifications You must be signed in to change notification settings

omkar-79/foodstack-ml

Repository files navigation

Next.js PostgreSQL GraphQL Python

FoodStack - Restaurant Sales Prediction System

A restaurant sales prediction system where the analyis can be viewd on a web dashboard.

Tech Stack

  • Next.js
  • GraphQL
  • PostgreSQL
  • Python

Backend

  • GraphQL server
  • PostgreSQL Database
  • ML model processing server

Frontend

  • Web Dashboard

Quick Setup

  1. Git Clone
git clone https://github.com/your-github-username/foodstack-ml.git
cd foodstack-ml

  1. Build Docker-compose and start
docker-compose build
docker-compose up