harvic3 / sspe-cli-web

CLI web interface for sspe-project

Home Page:https://sspengine.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSPE

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

Environment

This application was made in VueJs framework.

Installation

  • Clone the repository
npm install
npm run serve

Machine learning (is experimental)

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.

Usage

  • 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

About

CLI web interface for sspe-project

https://sspengine.now.sh/


Languages

Language:Vue 74.5%Language:JavaScript 22.9%Language:HTML 2.6%