From bd570fd57065cd6717c2783646ee3a07c4ec04e6 Mon Sep 17 00:00:00 2001
From: a272-jones <aaron8.jones@live.uwe.ac.uk>
Date: Mon, 5 May 2025 17:53:22 +0000
Subject: [PATCH] Replace README.md

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 68edc5e..24715bd 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,17 @@ This will create a superuser, which is needed to initialise the first admin. Thi
 To initialise the admin, go to the host/admin screen, and login with the details used in the superuser. Head to 'Profiles' and change the role of a created user to 'Admin'.
 
 </p>
+<h2>Uploading CSV Format</h2>
+<p>
+
+User(s) can upload CSV files, along with a following Target Column, in order to get predictions based on the data and model they've chosen. A User, AI Engineer and Administrator can choose a local file to upload, provide the target column, which must match one found in the local file, and choose a ML model in order to get a prediction.
+
+In return, an invoice is created, and a prediction of the final settlement is given in a file format, Either CSV, txt, etc...
+
+When an invoice has been created, an Administrator or one of the Finance Team can approve or deny this invoice.
+
+</p>
+
 <h2>Adding New Models:</h2>
 <p>
 
-- 
GitLab