An open API service indexing awesome lists of open source software.

https://github.com/jocelynvelarde/dashboard-iot

Code repository for the IoT course at Tec de Monterrey. Secure Sense focuses on streaming household information from live sensors to make you feel secure at home.
https://github.com/jocelynvelarde/dashboard-iot

aiven api fastapi iot node-mcu python sql streamlit

Last synced: about 2 months ago
JSON representation

Code repository for the IoT course at Tec de Monterrey. Secure Sense focuses on streaming household information from live sensors to make you feel secure at home.

Awesome Lists containing this project

README

          

## Secure Sense
#![WhatsApp Image 2024-11-26 at 10 03 12](https://github.com/user-attachments/assets/29cad3bb-37d4-4ec8-91b1-6788322ce308)

## Installation

To install all of the dependencies, you'll need to first make a virtual environment like so :
```bash
py -m venv .venv
```
Next, you'll want to activate the venv like so:
```bash
.venv/Scripts/activate
```
Now navigate to the `backend` directory.
Then, you'll want to install all backend dependencies:
```bash
pip install -r requirements.txt
```

Also, please note that this is a project built on top of Streamlit, and so you'll need a `.streamlit` folder with a `secrets.toml` file with all of your streamlit api keys.

## Contributors