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.
- It can be widely used in medical field, because it'll able to indentify more color than a normal human being.
- The labels (RGB values) can be used for machine learning model training to obtain accurate results about the patient's disease.
- Clone the repository.
git clone https://github.com/Ashism766/analyze-strip.git
- 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 ..
- Install the dependecies.
For installing dependencies use the below command
pip install -r requirements.txt
- Start the server
python main.py