cindyangelira / fish_eating_gesture_recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fish Eating Gesture Recognition

This project is a part of the Data Science Project that focus on exploration and recognition of whether fish is in eating position or not).

-- Project Status: [Active]

Project Intro/Objective

The purpose of this project is to predict fish eating psition.

Methods Used

  • Random Forest Classifier
  • XGBoost Classifier
  • Fourier Transform
  • Stacked Model

Technologies

  • Python
  • Pandas, jupyter
  • Streamlit

Project Description

Data source is from efishery.

Getting Started

  1. Clone this repo (for help see this tutorial).
  2. Raw Data is being kept here within this repo.
  3. Data processing/model scripts are being kept here)
  4. Installing dependencies
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

About


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%