https://github.com/gopalverma1303/pecstock
The inventory management and AI based demand forecasting
https://github.com/gopalverma1303/pecstock
groq llama material-ui mixtral-8x7b nextjs nodejs postgresql react tailwindcss
Last synced: 4 days ago
JSON representation
The inventory management and AI based demand forecasting
- Host: GitHub
- URL: https://github.com/gopalverma1303/pecstock
- Owner: GopalVerma1303
- Created: 2024-10-17T05:40:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-05-25T19:41:14.000Z (5 months ago)
- Last Synced: 2025-07-22T09:50:05.506Z (3 months ago)
- Topics: groq, llama, material-ui, mixtral-8x7b, nextjs, nodejs, postgresql, react, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# PecStock
The inventory management and AI based demand forecasting
[](https://github.com/GopalVerma1303/PecStock)
[](https://github.com/GopalVerma1303/PecStock/fork)
[](https://github.com/GopalVerma1303/PecStock)
[](https://www.typescriptlang.org/)
[](https://nextjs.org/)
[](https://www.python.org/)
[](https://streamlit.io/)
[](https://tailwindcss.com/)
[](https://www.postgresql.org/)
[](https://www.prisma.io/)
[](https://www.npmjs.com/)## Setup Guide
Cloning the repository
```bash
git clone https://github.com/GopalVerma1303/PecStock.git
```### Setting up inventory-management
```bash
cd inventory-managementcd client
npm install
npm run devcd server
npm install
npm run dev
```### Setting up forecast-with-ai
```bash
cd forecast-with-ai
python3 -m venv venv
pip install -r requirements.txt
streamlit run app.py
```