Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noorulhudaajmal/inventory-management-dashboard
https://github.com/noorulhudaajmal/inventory-management-dashboard
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/noorulhudaajmal/inventory-management-dashboard
- Owner: noorulhudaajmal
- Created: 2023-11-25T13:01:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T03:42:45.000Z (about 2 months ago)
- Last Synced: 2024-10-28T15:23:17.737Z (about 2 months ago)
- Language: Python
- Size: 110 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Inventory Insights Dashboard
## Getting Started
To run the dashboard on your local machine, follow the steps below:
### Prerequisites- Python (version 3.6 or higher)
### Installation
1. Extract the zipped filed and open terminal at the project directory.
2. Create a virtual environment to manage dependencies:
```shell
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
```
3. Install the required dependencies by running the following command:
```shell
pip install -r requirements.txt
```
4. Get your googlesheet config from GCP and insert in `./streamlit/secrets.toml`### Usage
To start the Inventory Insights Dashboard, run the following command in your terminal:
```shell
streamlit run app.py
```This will launch the dashboard application in your web browser. You can now interact with and explore the inventory data.
---