Git Product home page Git Product logo

dmproj's Introduction

Exploring Methods of Image Classification: CIS 4930 @ FSU (Data Mining) Final Project

Group Members

  • Ben Bao
  • Cameron Ball
  • John Fleming
  • Steven Arteaga

Dependencies

  1. Code tested on Python 3.9. While the code may work on other versions, we cannot guarantee that functionality.
  2. For Predictions.py:
    • Tabulate
      • python3.9 -m pip install tabulate
    • joblib
      • python3.9 -m pip install joblib
    • NumPy
      • python3.9 -m pip install numpy
    • matplotlib
      • python3.9 -m pip install matplotlib
    • seaborn
      • python3.9 -m pip install seaborn
    • pandas
      • python3.9 -m pip install pandas
    • tensorflow
      • python3.9 -m pip install tensorflow
  3. For DecisionTree.py:
    • joblib
      • python3.9 -m pip install joblib
    • pandas
      • python3.9 -m pip install pandas
    • scikit-learn
      • python3.9 -m pip install scikit-learn
  4. For MLModelTrain.py:
    • tensorflow
      • python3.9 -m pip install tensorflow
    • matplotlib
      • python3.9 -m pip install matplotlib
  5. For MobileNet.py:
    • tensorflow
      • python3.9 -m pip install tensorflow
    • matplotlib
      • python3.9 -m pip install matplotlib
    • keras
      • python3.9 -m pip install keras
  6. For SVM.py:
    • scikit-image
      • python3.9 -m pip install scikit-image
    • NumPy
      • python3.9 -m pip install numpy
    • pandas
      • python3.9 -m pip install pandas

Usage

  1. Download the dependencies if you do not already have them for Python 3.9.
  2. Run Predictions.py to run the tests, get the model accuracies, and print the final results. To run it, you need a file that is too large to store on GitHub.
    1. cd into src/, then run python3.9 MLModelTrain.py. This will generate the MLModelVGG16.h5 file.
    2. If you receive errors about "local issuer certificates", you need to run Install Certificates.command that was given to you with your Python 3.9 installation.
  3. After MLModelVGG16.h5 is generated, you can run Predictions.py. If you still want want to run the other model trainings from scratch, cd into src/, then run python3.9 <file>.

dmproj's People

Contributors

camball avatar sda19 avatar benbbao123 avatar

Watchers

 avatar

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.