Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

afeser/Smart-Cat-Feeding-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

METU EEE 2020 - Capstone Project

The project is developed based on ProjectDefinition.md file. It is a smart cat feeding project that can detect, identify and feed cats intelligently using machine learning, computer vision and control. Due to COVID-19 pandemic, some parts of the project is left incomplete. Version 1 prototype is ready, but unfortunately, version 2 prototype will not be completed.

Computer vision, electronic board, user interface and mechanic designs are available and tested with prototype 1. Computer vision part is improved for identification and gives practical results. More information on the test results are included in the final report. Web interface is ready to be used and also is included.

Feature Descriptor Extraction

Feature Matching in Real Time without Clustering

Installation

Simply run "setup" file as a bash script. Arguments specify whether build is for client or server.

Under "build" folder, there are files to make the system work.

Some notes :

  • No compilation needed
  • Run both on server and client with different arguments ("./setup client" or "./setup server")