Giter VIP home page Giter VIP logo

fish_species_prediction's Introduction

Fish_Species_Prediction

0. Introduction

This project focuses on building a web application to predict Fish Species on the basis of their Physical appearance.

I developed my application using a series of logical steps to ensure that users can easily use the application and make accurate predictions.

  1. Introduction
  2. Problem definition
  3. Solution approach
  4. Results and discussions
  5. Use Website for Fish Species Prediction

1. Problem definition

This dataset is a record of 7 common different fish species in fish market sales. With this dataset, a predictive model can be performed using machine friendly data and estimate the species of fish can be predicted.

2. Solution approach

  1. Define requirements
  2. Gather data, analyze and build models
  3. Build web backend API to use model
  4. Design and develope frontend
  5. Intergrate both frontend and backend
  6. Test the entire application
  7. Host the Application on Heroku

Define requirements

The requriements were gathered from the problem and formally defined.

User function

  • Verify the different physical features of fishes
  • Enter these features in Web App to predict species of fish

Operating enviroment

  • client/server system (Web)
  • client: Web browers
  • server: Python/Flask
  • database: sqlite
  • platform: Python/HTML5/CSS3
  • Operating system: Windows, Mac, Linux

2. Gather data, analyze and build models

Data was downloaded from here I broke everything into the following steps I started by loading data and packages we needed for the research.I then analyzed the data to understand the relationships between features. We cleaned the data and using some domain knowlegde replaced some missing values. The next step was feature tranformation to make the data compatible with our models. We then trained our model and started perfoming some predictions.

3. Build web backend API to use model

Using python and the flask web framework I built a web API the takes advantage of our model. The flask server recieves this request and sends a response containing the predicted species.

6. Design and develope frontend

The User interface of the application was built using HTML and CSS.

7. Intergrate both frontend and backend

I send data from the forms on the webpage to the Cloud server and the server sends a reponse, which is a prediction of the species matching those features

8. Test the entire application

I run multiple tests fixed bugs in the code.

3. Results and discussions

I was able to build a web application that can predict the Species of a fish given certain features. The application runs in the cloud platform named Heroku and talks to a flask server that is taking data and passing it to a machine learning model.

4. Use Website for Fish Species Prediction

I have hosted my webpage on Heroku platform. If anyone want to try please click on https://fish-species-prediction-ml.herokuapp.com/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.