https://github.com/mysterycoder456/stem-project
A program attempting to solve children getting stuck in cars.
https://github.com/mysterycoder456/stem-project
Last synced: over 1 year ago
JSON representation
A program attempting to solve children getting stuck in cars.
- Host: GitHub
- URL: https://github.com/mysterycoder456/stem-project
- Owner: MysteryCoder456
- Created: 2020-12-25T05:56:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T12:15:06.000Z (over 5 years ago)
- Last Synced: 2025-02-14T03:17:02.143Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car Safety App
An app made to solve children getting stuck in cars. This project was made for a STEM Challenge.
## Prerequisites
You must have Python 3 and the modules listed in `requirements.txt` installed. If you get errors while installing `pyaudio` then:
**Windows:** Do `pip install pipwin` then `pipwin install pyaudio` in Command Prompt
**MacOS:** Install Homebrew, then do `brew install portaudio` in Terminal. After that install pyaudio normally.
## How to run the app
1. Download this project.
2. Open a Terminal or Command Prompt session in the folder where you downloaded this project.
3. Type `cd STEM-Project/client` and press enter.
4. Type `python3 main.py` and press enter.
## How to run the server
Steps are same as running the app except you do `cd STEM-Project/server` instead in step 3.
However there are also different options you can use to enable or disable different functionalities:
1. `--camera-preview` will show you a preview of what the camera sees.
2. `--disable-mic` will disable the microphone functionality.