Skip to content
Snippets Groups Projects
Commit 4096f15b authored by jevin3107's avatar jevin3107
Browse files
parents 2f696b8b 9b5b0689
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,15 @@ This project is develop using the following:- ...@@ -22,9 +22,15 @@ This project is develop using the following:-
3. System - Windows 11 3. System - Windows 11
4. Streamlit Version - 1.40.1 4. Streamlit Version - 1.40.1
5. Pandas Version - 2.0.3 5. Pandas Version - 2.0.3
7. Scikit- learn Version 6. Scikit- learn Version - 1.1.3
8. Numpy Version 7. Matplotlib Version - 3.5.3
9. Matplotlib Version 8. Rasa Version - 3.6.20
10. Rasa Version 9. Joblib Version - 1.2.0
10. Altair Version - 5.4.1
11. Faker - 33.3.1
# Installation # Installation
1. Clone the repository.
2. Create a Virtual environment:> `python -m venv venv_name`
3. Activate the Virtual Environment: `venv_name\scripts\activate` (Windows) or `source/venv_name/bin/activate` (Linux / MacOS).
4. Install Dependencies: `pip install -r requirements.txt`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment