Description
FastAPI Data Processing & Visualization API :
This FastAPI-based web service allows users to:
✅ Upload structured data in JSON format with custom column headers
✅ Generate different file formats (DOCX, PDF, CSV, Excel)
✅ Create charts (Line, Bar, Scatter, Pie) using Matplotlib
✅ Receive the processed file or image response directly
✅ EXECUTABLE FILE INCLUDED
📌 Features
1️⃣ User-defined Column Headers – Users can specify the headers dynamically.
2️⃣ Supports Multiple File Types – Converts data into DOCX, PDF, CSV, and Excel.
3️⃣ Graph Generation with Matplotlib – Creates line, bar, scatter, and pie charts based on user input.
4️⃣ Fast and Scalable – Built using FastAPI for quick response times.
pip install fastapi uvicorn matplotlib pandas python-docx fpdf openpyxl
Reviews
There are no reviews yet.