P

MCPS-FridgePI

...
Created 5/10/2018byfedingo

Language:

Python

Stars:

2

Forks:

0

MCPS-FridgePI

Client and Server side applications and Rasperry scripts for the Smart Fridge project for the Mobile and Cyber Physical System class.

1 Server-Side Application

https://github.com/matterport/Mask_RCNN/releases/download/v2.0/mask_rcnn_coco.h5 In this link you can download the model for the Mask_RCNN, that is necessary for the server to run.

1.1 Usage

To start up the Web Server:

./web-server.py [][]
./web-server.py []
./web-server.py

2 Client-side Application

React web interface for the user view. Features:

  • registration of a new user
  • login of a user
  • products list visualization
  • addition of a new device
  • recipes suggestions

2.2 Usage

  • Change host variable in "App.js" file
  • Install with npm install
  • To start up the application: npm start

3 Raspberry-side Application

  • Store every file inside PiCode directory into your home raspberry directory.
  • Add a global variable $DEV_NAME as unique device identifier.
  • Run wps.sh at startup. (e.g. insert the command into /etc/rc.local )

4 Documentation

Slides from the final presentation and the poster are inside the Documents folder.

Last updated: 6/2/2023

Publisher info

fedingo's avatar

Federico Rossetto

Gamer and Machine Learning enthusiast

Italy, Scotland
9
followers
16
following
22
repos

More MCP servers built with Python

composer-trade-mcp

Create, backtest, and execute trades directly in one chat box. The Composer MCP Server gives LLMs the power to backtest investment ideas and execute automated trading strategies. Trade across stocks, ETFs, and crypto directly in Claude.

By https://github.com/ronnyli
slidespeak-mcp

An MCP to generate presentations with AI. Create and edit PowerPoint presentations with AI.

By https://github.com/SlideSpeak
PaddleOCR

The PaddleOCR MCP server brings enterprise-grade OCR and document parsing capabilities to AI applications. Built on PaddleOCR — a proven solution with 50,000+ GitHub stars, deeply integrated by leading projects like MinerU, RAGFlow, and OmniParser— with targeted optimizations based on the MCP concept.

By PaddlePaddle