Cloning the repository
git clone https://github.com/GopalVerma1303/PecStock.git
cd inventory-management
cd client
npm install
npm run dev
cd server
npm install
npm run dev
cd forecast-with-ai
python3 -m venv venv
pip install -r requirements.txt
streamlit run app.py