Docker Desktop: Make sure you have Docker Desktop installed on your machine. You can download and install it from here.
-
Download and Extract Lab Files: Download the lab1.zip file and extract its contents to your desired directory.
-
Navigate to Directory: Open a terminal or command prompt and navigate to the directory where you extracted the lab files. This directory should contain the docker-compose.yml file.
-
Run Docker Compose: Use the following command to start the Docker containers:
docker-compose up -d
-
Access Jupyter Notebook: Once the containers are up and running, open a web browser and go to the following link:
http://localhost:8888/
-
input password for the Jupyter Notebook with
cse5243
-
Open and Run Lab Notebook: In the Jupyter Notebook interface, navigate to the lab1.ipynb file and open it. Run all cells in the notebook to execute the code and complete the lab.
-
Finish: Once you have completed the lab exercises, you can stop the Docker containers by running:
docker-compose down
Make sure to keep the Docker Desktop running while working on the lab. If you encounter any issues or have questions, refer to the lab instructions or consult the provided documentation. Enjoy your sentiment analysis lab experience!
please refer to the newest version of readme in pdf file here