This repository is having all the codes used in AI/ML Skill India Schlarship Assignment on Inventory Management System
This repository helps to understand Inventory Management using Python and JSON.
You'll learn JSON, NoSQL databases, File Handling.
IMS_JSON.ipynb, record.json, sales.json
This contains the program for running the IMS can do the following few things in the Inventory:
- Add a new item to the record.json file from which all the data are fetched
- Remove an item from record.json
- Edit specifics about an item for updating it.
- Lists all the items in the record.json file.
- Inquire about an item,i.e, to get all the info about it
- Purchase an item,i.e., add to cart
- Checkout from the cart
- Lists all the tems added to the cart
- Show total sale of today from sale.json file
- remove an item from the cart
- See all the options again
- Exit the IMS
This also tells us how to write data or update data in a json file in real time using json library.
It contains following attributes as features:
- Product Id
- Product Name,
- Price,
- Manufacturer,
- Manufacturing Date,
- Quantity in stock
It contains following attributes as features:
- Transaction Id
- Product Id
- Product Name,
- Price,
- Manufacturer,
- Manufacturing Date,
- Quantity in stock
- Time of purchase for each product
It is not a perfect IMS, it may give error in some scenarios. Thanks for Reading
Myself Arnav Modanwal pursuing Bachelor of Engineering From Saffrony Institute of Technology. Enthusiast of Data Science, Machine Learning and Artificial Intelligence. Excited to learn anything new.
LinkedIn : https://www.linkedin.com/in/arnav-modanwal-b4b111188