Skip to content

Ashism766/analyze-strip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyze Strip live

It's an Appilication which analyze urine strip and show the RGB value of them in frontend.

After going to homepage you can upload your urine strip photo in jpeg, png format, later on click submit it'll show the RGB value of this strip.

Usages

  1. It can be widely used in medical field, because it'll able to indentify more color than a normal human being.
  2. The labels (RGB values) can be used for machine learning model training to obtain accurate results about the patient's disease.

Installation and Enviroment setup for local running

  1. Clone the repository.
  git clone https://github.com/Ashism766/analyze-strip.git
  1. Create virtual environment.
  cd mail-bot-ashis
  python -m venv venv
  cd venv

Activate the virtual enviroment windows

    ./Script/activate
    cd ..

For linux

    source ./bin/activate
    cd ..
  1. Install the dependecies.

For installing dependencies use the below command

    pip install -r requirements.txt
  1. Start the server
    python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published