From 4e572869813d4404b69e62b10b7c42d2b5da816e Mon Sep 17 00:00:00 2001
From: Thameem Haris <thameemharis@Thameems-Air.broadband>
Date: Sat, 18 May 2024 14:16:39 +0100
Subject: [PATCH] Your commit message here

---
 .scripts/build_model.sh    | 6 ++++++
 nlp-group => nlp-group-new | 0
 2 files changed, 6 insertions(+)
 rename nlp-group => nlp-group-new (100%)

diff --git a/.scripts/build_model.sh b/.scripts/build_model.sh
index e69de29..618c62a 100644
--- a/.scripts/build_model.sh
+++ b/.scripts/build_model.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+# Install dependencies
+pip install -r requirements.txt
+ 
+# Build the model
+python src/train_model.py
\ No newline at end of file
diff --git a/nlp-group b/nlp-group-new
similarity index 100%
rename from nlp-group
rename to nlp-group-new
-- 
GitLab