{"id":26708119,"url":"https://github.com/tanishpoddar/logitrack","last_synced_at":"2025-11-02T15:04:38.437Z","repository":{"id":284272863,"uuid":"953635997","full_name":"tanishpoddar/LogiTrack","owner":"tanishpoddar","description":"LogiTrack is a Python \u0026 Streamlit-powered inventory management system for real-time warehouse optimization. It offers multi-warehouse planning, interactive maps, and supply chain analytics, supporting global coordinates, CSV/SQL data, and customizable parameters.","archived":false,"fork":false,"pushed_at":"2025-03-25T05:24:32.000Z","size":257,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-10T07:39:06.104Z","etag":null,"topics":["data-visualization","database","inventory-management","logistics","optimization","python","streamlit","supply-chain","supply-chain-analytics","warehouse-optimization"],"latest_commit_sha":null,"homepage":"https://logitrack-tanishpoddar.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tanishpoddar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-23T19:59:19.000Z","updated_at":"2025-03-25T05:24:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"2b1fe0fc-36ca-4bec-b938-49fda97986b7","html_url":"https://github.com/tanishpoddar/LogiTrack","commit_stats":null,"previous_names":["tanishpoddar/logitrack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tanishpoddar/LogiTrack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishpoddar%2FLogiTrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishpoddar%2FLogiTrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishpoddar%2FLogiTrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishpoddar%2FLogiTrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanishpoddar","download_url":"https://codeload.github.com/tanishpoddar/LogiTrack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishpoddar%2FLogiTrack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282306032,"owners_count":26647759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-02T02:00:06.609Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-visualization","database","inventory-management","logistics","optimization","python","streamlit","supply-chain","supply-chain-analytics","warehouse-optimization"],"created_at":"2025-03-27T07:16:41.243Z","updated_at":"2025-11-02T15:04:38.433Z","avatar_url":"https://github.com/tanishpoddar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LogiTrack : Inventory Management System\r\n\r\n![Python](https://img.shields.io/badge/Python-3.9%2B-blue)\r\n![Streamlit](https://img.shields.io/badge/Streamlit-1.28.0-red)\r\n![License](https://img.shields.io/badge/License-MIT-green)\r\n![Last Updated](https://img.shields.io/badge/Last%20Updated-2025--03--24-brightgreen)\r\n\r\nLogiTrack is a modern, web-based inventory management system built with Python and Streamlit. It provides real-time optimization of warehouse inventory distribution, order management, and supply chain analytics.\r\n\r\n## a) Features\r\n\r\n### 1) Dashboard \u0026 Analytics\r\n- Real-time inventory tracking\r\n- Warehouse utilization metrics\r\n- Order fulfillment statistics\r\n- Supply chain performance indicators\r\n- Interactive data visualizations\r\n\r\n### 🗺2) Inventory Distribution\r\n- Multi-warehouse optimization\r\n- Geographic distribution mapping\r\n- Cost-effective allocation algorithms\r\n- Real-time route visualization\r\n\r\n### 3) Order Management\r\n- Order tracking and status updates\r\n- Priority-based fulfillment\r\n- Delivery deadline monitoring\r\n- Automated allocation suggestions\r\n\r\n### 4) Warehouse Management\r\n- Capacity utilization tracking\r\n- Stock level monitoring\r\n- Storage cost optimization\r\n- Location-based analytics\r\n\r\n### 5) Supplier Management\r\n- Supplier performance metrics\r\n- Reliability scoring\r\n- Lead time tracking\r\n- Quality assessment\r\n\r\n## b) Getting Started\r\n\r\n### Prerequisites\r\n- Python 3.9 or higher\r\n- pip package manager\r\n- Git (optional)\r\n\r\n### Installation\r\n\r\n1. Clone the repository:\r\n   ```bash\r\n   git clone https://github.com/tanishpoddar/logitrack.git\r\n   cd logitrack\r\n   ```\r\n\r\n2. Create and activate virtual environment (optional but recommended):\r\n   ```bash\r\n   python -m venv venv\r\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\r\n   ```\r\n\r\n3. Install dependencies:\r\n   ```bash\r\n   pip install -r requirements.txt\r\n   ```\r\n\r\n4. Run the application:\r\n   ```bash\r\n   streamlit run src/app.py\r\n   ```\r\n\r\n## c) Project Structure\r\n```\r\nlogitrack/\r\n├── src/\r\n│   ├── app.py              # Main Streamlit application\r\n│   ├── backend/\r\n│   │   ├── __init__.py\r\n│   │   ├── data_loader.py  # Data handling and processing\r\n│   │   └── optimizer.py    # Optimization algorithms\r\n│   └── utils/\r\n│       └── helpers.py      # Utility functions\r\n├── data/\r\n│   ├── sample_warehouses.csv\r\n│   ├── sample_sales.csv\r\n│   └── other sample data...\r\n├── tests/\r\n│   └── test files...\r\n├── docs/\r\n│   └── documentation files...\r\n├── requirements.txt\r\n├── README.md\r\n└── LICENSE\r\n```\r\n\r\n## d) Usage\r\n\r\n1. **Login:** Enter your credentials to access the system.\r\n2. **Data Source:** Choose between:\r\n   - Sample data\r\n   - Upload your data (CSV)\r\n   - Database connection\r\n3. **Navigation:** Use the sidebar to access different features:\r\n   - Overview\r\n   - Inventory Management\r\n   - Order Management\r\n   - Supplier Management\r\n   - Optimization\r\n   - User Guide\r\n\r\n## e) Data Format\r\n\r\n### Warehouse Data (CSV)\r\n```\r\nwarehouse_id,name,capacity,current_stock,location,storage_cost,latitude,longitude\r\nW001,Mumbai Central,10000,7500,Mumbai,1200,19.0760,72.8777\r\nW002,Singapore Hub,15000,12000,Singapore,1500,1.3521,103.8198\r\n```\r\n\r\n### Order Data (CSV)\r\n```\r\norder_id,date,product_id,quantity,delivery_deadline,status,delivery_latitude,delivery_longitude\r\nORD001,2025-03-24,P001,500,2025-03-26,Pending,19.0760,72.8777\r\nORD002,2025-03-24,P002,750,2025-03-25,Urgent,1.3521,103.8198\r\n```\r\n\r\n## f) Configuration\r\nThe system supports various configuration options:\r\n- Database connections (MySQL, PostgreSQL, SQLite)\r\n- Optimization parameters\r\n- Visualization preferences\r\n- Time zone settings\r\n\r\n## Contributing\r\nContributions are welcome! Please feel free to submit a Pull Request.\r\n\r\n1. Fork the repository\r\n2. Create your feature branch:\r\n   ```bash\r\n   git checkout -b feature/AmazingFeature\r\n   ```\r\n3. Commit your changes:\r\n   ```bash\r\n   git commit -m 'Add some AmazingFeature'\r\n   ```\r\n4. Push to the branch:\r\n   ```bash\r\n   git push origin feature/AmazingFeature\r\n   ```\r\n5. Open a Pull Request\r\n\r\n## License\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n\r\n**Made with ❤️ by Tanish Poddar**\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanishpoddar%2Flogitrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanishpoddar%2Flogitrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanishpoddar%2Flogitrack/lists"}