CLI Web application to process text files with numbers in seven-segment format in three lines.
You can see this in Go to app
$ sspe showme
executing with EXAMPLE file... ✏️
File data:
_ _ _ _ _ _ _ _ _
| | |_| | |_| |_| |_ |_| |_| |_| | |_|
| | |_| | | | _| |_| | |_| | |
String number:
718794589819
This application was made in VueJs framework.
- Clone the repository
npm install
npm run serve
Use a neural network (LSTM) to process the text files and throw a string with the result equivalent to the number contained in seven-segment format within the file.
With neural network you can process files with the last training done.
- Get help
sspe hi
- Run process with example file
sspe showme
- Create a file with seven-segments format
sspe create --name theFileName --number 654123
- List the created files
sspe list
- Select a file of list for process
sspe select --name Foo.dat
- Add data for train the neural network
sspe ml --add 654123 OR sspe m --add auto
- Select a file of list for process with Neural network. File of list from 'sspe list'
sspe ml --path Foo.txt