Home - DrAlzahraniProjects/csusb_fall2024_cse6550_team4 GitHub Wiki
Overview
Navigation
Important links
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.
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.gitStep 2: Navigate to the Repository Change directory to the cloned repository:
cd csusb_fall2024_cse6550_team4Step 3: Get the latest version of our app by pulling the changes
git pull origin mainStep 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-appOnce 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
https://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/10-GitHub-Featureshttps://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/Architecture-diagramhttps://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/BSCEhttps://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/Dockerhttps://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/Docker-Scouthttps://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/DoS-implementationhttps://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/Jupyter-Notebookhttps://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/Low-Fidelityhttps://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/Mambahttps://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/SRS-Documentationhttps://github.com/DrAlzahraniProjects/csusb_fall2024_cse6550_team4/wiki/ZAP