From 51a7964e1225f1d01b6e076c54273b25a7b880d5 Mon Sep 17 00:00:00 2001 From: Jevin Talaviya <jevin.talaviya@stud.th-deg.de> Date: Wed, 22 Jan 2025 17:41:52 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 617b6cbe..ebc82bac 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,18 @@ This project is develop using the following:- # 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` +2. Create a Virtual environment:> `python -m venv Venv` +3. Activate the Virtual Environment: `Venv\scripts\activate` (Windows) or `source/Venv/bin/activate` (Linux / MacOS). +4. Install Dependencies: `pip install -r requirements.txt`. +5. Now Follow the steps of "Basic usage" to start the application. + + +# Basic usage +1. After setting up the Installation, Open the Terminal from Menubar or press 'CTRL + J'. +2. Change Powershell to Comand Prompt by pressing the plus(+) symbol on top right corner of the Terminal. +3. Activate the Virtual Environment (Venv) in Comand Prompt: `Venv\scripts\activate` (Windows) or `source/Venv/bin/activate` (Linux / MacOS). +4. Now you are in your Virtual environment, Next step is to start Rasa server by: `rasa run`. +5. Now it will show in console that Rasa server is up and running, It indicates that till now your rasa is running perfectly without any errors (You are very Lucky). +6. If rasa server is running, Then Again open a new comand prompt from Terminal without closing the previous prompt. +7. Now it's time to Run the chatbot on Streamlit. For that enter : `streamlit run app.py` in new Comand Prompt. +8. This will direct you to a default Browser, where you will find our 'Airline Chatbot'. \ No newline at end of file -- GitLab