An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


PecStockLogo

# PecStock

The inventory management and AI based demand forecasting


[![GitHub stars](https://img.shields.io/github/stars/GopalVerma1303/PecStock.svg?style=social&label=Star)](https://github.com/GopalVerma1303/PecStock)
[![GitHub forks](https://img.shields.io/github/forks/GopalVerma1303/PecStock.svg?style=social&label=Fork)](https://github.com/GopalVerma1303/PecStock/fork)
[![GitHub watchers](https://img.shields.io/github/watchers/GopalVerma1303/PecStock.svg?style=social&label=Watch)](https://github.com/GopalVerma1303/PecStock)


[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
[![Next.js](https://img.shields.io/badge/Next.js-000000?style=for-the-badge&logo=next.js&logoColor=white)](https://nextjs.org/)
[![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://www.python.org/)
[![Streamlit](https://img.shields.io/badge/Streamlit-FF4B4B?style=for-the-badge&logo=streamlit&logoColor=white)](https://streamlit.io/)
[![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com/)
[![PostgreSQL](https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white)](https://www.postgresql.org/)
[![Prisma](https://img.shields.io/badge/Prisma-2D3748?style=for-the-badge&logo=prisma&logoColor=white)](https://www.prisma.io/)
[![NPM](https://img.shields.io/badge/NPM-CB3837?style=for-the-badge&logo=npm&logoColor=white)](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-management

cd client
npm install
npm run dev

cd 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
```