Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.02 KB

CS 180 2023-2024 Machine Project

This is a course requirement for CS 180 (Artificial Intelligence) Course of the Department of Computer Science, College of Engineering, University of the Philippines, Diliman under the guidance of Carlo Raquel for A.Y. 2023-2024.

  • MAXIMO, Calvin James T.
  • MENDOZA, Janelle M.
  • MURILLO, Joana Marie V.

The Jupyter Notebook used for the project is also uploaded to Google Colab. It can be accessed here.

How to run the web app

  1. Clone the repository.
git clone git@github.com:cjmax34/cs180-project.git
  1. Change directory.
cd cs180-project
  1. Install the required dependencies.
pip install -r requirements.txt
  1. You may now take a look at the Jupyter Notebook used for the project. You may also run the web app locally by running the following command:
streamlit run stress_level.py
  • You can also access the deployed web app by clicking here.