This is a web interface to perform various kinds of analysis on data.
- CSV
more to be supported
Currently you can run this locally using Python or Docker.
git clone https://github.com/actuallyarnav/data-processing.git
cd data-processing
pip install --no-cache-dir -r requirements.txt
python3 app.py
docker build -t data-proc .
docker run -p 8080:8080 data-proc
Open http://127.0.0.1:8080/ in a web browser
- File uploads via HTML form
- File Storage via Flask
- Upload various kinda of files
- Process data using various techniques
- Display the results (numerical, visual, etc.)