From e6db9af7bd914d7382ca8d7d4931ba63b53ab629 Mon Sep 17 00:00:00 2001 From: Jevin Talaviya <jevin.talaviya@stud.th-deg.de> Date: Wed, 22 Jan 2025 17:04:46 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 924029e7..22186f8a 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,13 @@ This project is develop using the following:- 3. System - Windows 11 4. Streamlit Version - 1.40.1 5. Pandas Version - 2.0.3 -7. Scikit- learn Version -8. Numpy Version -9. Matplotlib Version -10. Rasa Version +6. Scikit- learn Version - 1.1.3 +7. Matplotlib Version - 3.5.3 +8. Rasa Version - 3.6.20 +9. Joblib Version - 1.2.0 +10. Altair Version - 5.4.1 +11. Faker - 33.3.1 # Installation +1. Clone the repository. +2. Create a Virtual environment:> python -m venv venv_name -- GitLab