Skip to content

GopalVerma1303/PecStock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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

About

The inventory management and AI based demand forecasting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published