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.
- Clone the repository.
git clone git@github.com:cjmax34/cs180-project.git
- Change directory.
cd cs180-project
- Install the required dependencies.
pip install -r requirements.txt
- 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.