CoolFace
Apppublic

andreacalcagniNF/csv-powerpoint-generator

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes
App README

๐Ÿญ CSV to PowerPoint Generator

Generate branded PowerPoint presentations from manufacturing CSV data with automated KPI calculations.

๐Ÿš€ Features

  • โ€”CSV Upload: Support for large manufacturing datasets (up to 200MB)
  • โ€”Automated KPI Calculation: Calculate efficiency metrics for Stampaggio, Stampaggio Surlyn, and Decorazioni departments
  • โ€”PowerPoint Generation: Create professional reports using branded templates
  • โ€”User Authentication: Secure access with username/password authentication
  • โ€”Multi-language Support: Italian interface optimized for manufacturing workflows

๐Ÿ” Authentication

This Space uses username/password authentication to control access. Users need valid credentials to access the application.

๐Ÿ“Š Supported Data

The application processes manufacturing data with the following requirements:

  • โ€”Format: CSV files with UTF-8 or ISO-8859-1 encoding
  • โ€”Departments: ST (Stampaggio), MS (Stampaggio Surlyn), DC (Decorazioni)
  • โ€”Data Structure: Compatible with "Dati_Grezzi" export format
  • โ€”KPIs Calculated: EFFREP, EFFPRO, EFFSC, EFFE, OEE

๐Ÿ› ๏ธ How to Use

  1. 1.Upload your CSV file containing manufacturing data
  2. 2.Select the month and year for KPI calculation
  3. 3.Click "Generate PowerPoint" to create the presentation
  4. 4.Download the generated PowerPoint file

๐Ÿ“ˆ KPI Targets

Stampaggio (ST)

  • โ€”EFF_REP: > 91%
  • โ€”EFF_PRO: > 94%
  • โ€”EFF_SC: > 98.5%
  • โ€”EFF_E: > 93%
  • โ€”OEE: > 80%

Stampaggio Surlyn (MS)

  • โ€”EFF_REP: > 93%
  • โ€”EFF_PRO: > 95%
  • โ€”EFF_SC: > 96%
  • โ€”EFF_E: > 92%
  • โ€”OEE: > 85%

Decorazioni (DC)

  • โ€”EFF_REP: > 84%
  • โ€”EFF_PRO: > 87%
  • โ€”EFF_SC: > 96.5%
  • โ€”EFF_E: > 91%
  • โ€”OEE: > 80%

๐Ÿ”ง Technical Details

  • โ€”Framework: Gradio 4.44.0
  • โ€”Python: 3.10
  • โ€”Libraries: pandas, python-pptx, gradio
  • โ€”Template: Uses template.pptx for branded presentations
  • โ€”Security: Environment-based authentication with HF Secrets