Skip to content
Snippets Groups Projects
Commit 51a7964e authored by Jevin Talaviya's avatar Jevin Talaviya
Browse files

Update README.md

parent 4096f15b
No related branches found
No related tags found
No related merge requests found
......@@ -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
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