Skip to content
This repository was archived by the owner on Dec 24, 2021. It is now read-only.

Commit 765dd67

Browse files
authored
Update README.md
1 parent e1f0fa5 commit 765dd67

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# water-meter-system-complete
22

3+
This repository is the sum of different projects to read out an analog water meter with the help of a camera and image processing, including neural network processing to extract the values.
4+
The result is a HTTP-server, that takes an image as input, processes it and gives as an output the water meter number, including the subdigits.
5+
36
## Version
47
##### 1.0 Initial Version
58
##### 2.0 Update the Analog Counter Convert to "analog_needle_readout_Version2"
69
* Improved stability of analog counter conversion
710
##### 2.1 Update the Analog Counter Convert to "analog_needle_readout_Version2_2"
811
* Improved stability of analog counter conversion
912
##### 2.2 Adaption to implement Docker container
10-
* Moved all configuration settings to subfolder ''/config'' - including teached CNNChanged
13+
* Moved all configuration settings to subfolder `/config` - including teached CNNChanged
1114
* Changed internal loading of NN-model (tf.LoadLayersModel) to server modus (internal small file server for model via exprss on port 33123)
1215

13-
This repository is the sum of different projects to read out an analog water meter with the help of a camera and image processing, including neural network processing to extract the values.
14-
The result is a HTTP-server, that takes an image as input, processes it and gives as an output the water meter number, including the subdigits.
16+
1517

1618
The overall system with description of the single steps is described here: [https://github.com/jomjol/water-meter-measurement-system](https://github.com/jomjol/water-meter-measurement-system)
1719

0 commit comments

Comments
 (0)