Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 1.24 KB

File metadata and controls

19 lines (16 loc) · 1.24 KB

Python-Project

Repository for CSIT216 Python Raspberry Pi project

Project Description

Using the python programming language, build and design a weather sensor network through the Raspberry Pi. The python program will have visualization capabilities that can interface with the web along with other features. The underlying framework for this project will be modeled on a previously established affective computing fuzzy system (Vincent, Braman, Trajkovski, 2008).

References: Vincenti, G. Braman, J. & Trajkovski, G. (2007). Emotion-Based Framework for Multi-Agent Coordination and Individual Performance in a Goal-Directed Environment. The AAAI Fall Symposium. Emergent Agents and Socialities: Social and Organizational Aspects of Intelligence. Arlington. VA.

Process:

Step 1 - Complete initial set up Raspberry Pi.
Step 2 - Install weather sensor and ensure data integrity.
Step 3 - Write Python script to add data to Google Sheets file.
Step 4 - Implement crontab to schedule data automation.
Step 5 - Set up Flask web application to pull and display Sheets data.
Step 6 - Develop neural network to implement affective computing/fuzzy logic to webpage.
Step 7 - Incorporate affective computing/fuzzy logic into system.