Skip to content

This project intends to build a Machine Learning model that fits a color scale to a pH values scale

License

Notifications You must be signed in to change notification settings

jmalovera10/color-2-ph-value

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color-2-pH-Value

License

This project offers a web server and a model that transforms a measurement based on the pH color scale to a reliable value of pH using Machine Learning. The work done here is based on ygarg704/ph-value-recognition-based-on-rgb-color with some improvements on the model building and the web UI/UX.

Prerequisites

  • Python 3.8 or later
  • Venv or conda

Setup

First you need to setup your python virtual environment. If you are using venv use the command as follows:

# Create virtual environment
python -m venv color_2_ph_value

# Activate your virtual environment
source ./color_2_ph_value/bin/activate

Then you need to install the required libraries using

pip install -r requirements.txt

About

This project intends to build a Machine Learning model that fits a color scale to a pH values scale

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.3%
  • HTML 6.9%
  • Python 1.8%