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.
- Host: GitHub
- URL: https://github.com/jocelynvelarde/dashboard-iot
- Owner: JocelynVelarde
- Created: 2024-11-15T13:40:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T13:45:02.000Z (over 1 year ago)
- Last Synced: 2025-09-17T10:02:15.049Z (7 months ago)
- Topics: aiven, api, fastapi, iot, node-mcu, python, sql, streamlit
- Language: Python
- Homepage: https://secure-sense.streamlit.app/
- Size: 143 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Secure Sense
#
## 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