Skip to content

tarkatawa/UFCrfPrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UFCPred RF API

Flask application to run my UFC Pred Machine Learning Model.

Usage

  • Clone this repository.
git clone https://github.com/tarkatawa/UFCrfPrediction.git
  • Create virtual environment.
cd UFCrfPrediction/venv/Scripts
activate
  • Install dependencies.
cd ../..
pip install -r requirements.txt

# or install essential dependencies
pip install sklearn, pandas, numpy, openpyxl, flask
  • Run app.
flask run
  • Open localhost:5000.

  • You can do black . and isort . to beautify your code.

TODO List

  • Write validations in application level.
  • Deploy to the Internet.

About

SKRIPSI ATTAR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published