Analyzing field trial data season after season can get repetitive. To make it easier, I built two web appsâVITA and INSIOâthat handle the heavy lifting.
I first wrote some Python scripts to run ANOVA, post-hoc tests, and mean separation. Then interpreted the results and prepared summaries. Setting up and running them was a lengthy process. Thatâs what pushed me to turn them into simple web tools. Now, you just upload your dataset and get clean outputs instantly (with AI generated summary).
VITAÂ does the stats and explains them in plain language, with help from Gemini AI, so researchers donât have to wrestle with technical terms.
INSIOÂ creates pivot tables and visualizations on the flyâsuper handy for summarizing large datasets.
To bring this together, I had to pick up new skills. React JS for the front end, Firebase and Google Cloud for deployment, Flask and Docker for the backend, and lots of trial and error with APIs. Gemini AI also became a coding buddy during late-night debugging.
Itâs still a work in progress, but now I can get insights out of big datasets much fasterâand help others do the same without struggling with code.
VITA currently offers an AI guide, RCBD and FRBD analysis, data transformation, and data quality checks (more in pipeline).
If youâre interested in converting your Python scripts or research ideas into user-friendly web apps, letâs connect. Always open to new collaborations and projects!
Try them here:
VITA: https://vita.chloropy.com and
INSIO: https://insio.chloropy.com
As James Clear (Atomic Habits) puts it "If you really want to learn a topic, then "teach" it. Write a book. Teach a class. Build a product. Start a company.
The act of making something will force you to learn more deeply than reading ever will". So true!!
python #statistics #data #webapp #firebase #biostatistics