Skip to content
Lok Sai Vajja edited this page Sep 29, 2024 · 7 revisions

Welcome to the SE research paper chatbot wiki

Overview
Navigation
Important links

Overview

This Wiki serves as a guide for using and interacting with the SE (Software Engineering) Research Paper Chatbot.
You will find instructions, tips, and resources on how to effectively use the chatbot, as well as details on the functionality, research insights, and more.

Navigation

Step 1: Clone the Repository Clone the GitHub repository to your local machine using the following command:

git clone https://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4.git

Step 2: Navigate to the Repository Change directory to the cloned repository:

cd csusb_fall2024_cse6550_team4

Step 3: Get the latest version of our app by pulling the changes

git pull origin main

Step 4: Build the Docker Image Build the Docker image using the following command:

docker build -t team4-app .

Step 5: Run the Docker Container Run the Docker container with the following command:

docker run -p 84:84 -p 5004:5004 -p 6004:6004 team4-app

Application access

Once the container is running, you can access the application at:

Access the jupyter notebook at:

http://localhost:6004/

Then navigate to Jupyter_Notebook.ipynb file and run the code

Important links

https://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/10-GitHub-Features
https://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/Architecture-diagram
https://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/BSCE
https://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/Docker
https://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/Docker-Scout
https://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/DoS-implementation
https://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/Jupyter-Notebook
https://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/Low-Fidelity
https://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/Mamba
https://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/SRS-Documentation
https://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/ZAP
Clone this wiki locally