Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiisanda/ustript
https://github.com/jiisanda/ustript
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jiisanda/ustript
- Owner: jiisanda
- Created: 2024-06-04T04:27:27.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-05T12:40:24.000Z (5 months ago)
- Last Synced: 2024-06-06T11:58:33.252Z (5 months ago)
- Language: Python
- Homepage:
- Size: 334 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ustript
The user is allowed to upload an image of their urine test strip and `ustript` will identify the color of the pads and give
a result based on the color of the pads.## Installation
```bash
git clone https://github.com/jiisanda/ustript.git
``````bash
pip install -r requirements.txt
```Create .env file as sample.env in [docs](docs/.sample.env)
## Usage
```bash
python manage.py migrate
python manage.py runserver
```[docs.md](docs/docs.md) shows how to use the API...