Skip to content

The inventory management and AI based demand forecasting

Notifications You must be signed in to change notification settings

GopalVerma1303/PecStock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PecStockLogo

PecStock

The inventory management and AI based demand forecasting


GitHub stars GitHub forks GitHub watchers


TypeScript Next.js Python Streamlit Tailwind CSS PostgreSQL Prisma NPM

Setup Guide

Cloning the repository

git clone https://github.com/GopalVerma1303/PecStock.git

Setting up inventory-management

cd inventory-management

cd client
npm install
npm run dev

cd server
npm install
npm run dev

Setting up forecast-with-ai

cd forecast-with-ai
python3 -m venv venv
pip install -r requirements.txt
streamlit run app.py

Releases

No releases published

Packages

No packages published