nrchan / TCM_Herb_Android

An app that classify different Traditional Chinese Herb.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCM_Herb_Android

This is for the traditional chinese medicine course.

This app is for identifying different type of chinese medicine.

To run the app, simply download it and build it with android studio.

!!! Important !!!

In order to make this app really work, please also set up the server. You can follow the readme there and set up the server.

When you're done, remember to change the url in ServerAgent.kt to yours. (it's somewhere in this code, you can find it easily in android studio when you set Project's hierarchy view to "Android")

//In ServerAgent.kt
private val helloWorldURL = URL(/*your url here*/)
private val testURL = URL(/*your url here*/ + "test")

Screenshots

Home view and Detail view

Home page Detail page
Home page Detail page

Identifying steps in Camera view

Take a photo Identify Get result
Take a photo Identify Get result

About

An app that classify different Traditional Chinese Herb.


Languages

Language:C++ 59.5%Language:Java 33.0%Language:C 3.8%Language:CMake 2.7%Language:Kotlin 0.8%Language:Objective-C 0.1%Language:HTML 0.1%Language:Makefile 0.1%Language:AIDL 0.0%