Mohamed Nouffer 9a3be4b8cd update readme file
2021-12-17 10:35:47 +05:30
2021-10-22 11:52:00 +05:30
2021-10-22 08:43:17 +05:30
2021-12-14 15:40:06 +05:30
2021-12-17 10:35:47 +05:30
2021-12-15 09:34:59 +05:30
2021-12-15 09:34:59 +05:30
2021-12-14 15:40:06 +05:30

Sumasen Trainer


Train and create a new Model

  1. Select New from left menu initial

  2. Enter image folder where images are saved in sub folder as their category

This will assign a outpu folder to arrage images, you can modify if required output folder

Eg: image_classifier/dataset/raw_data select image folder

  1. Select input shape This will be used to resize image into image shape

  2. Select Batch Size This is the number of image used to train as a batch batch size

  3. Click arrange images button This will rearrange the images seected above and arrange them as train, test and validation sets arranges images

  4. a) Enter a name for model, the model will be saved under previouly selected output folder b) also select number of epochs the training should run start training)

  5. training progrss training progress

  6. Training completed. The model will be saved in the output folder training complted

Predicting a new image

  1. Select "Existing model" from left pane

existing model

  1. Enter a folder to list all models available (if a training session is done previously the output folder will be there automatically)

  2. Click load model and select a model available select model

  3. On the right pan select images shape that used for this model and a new image to predict, predict

Automated categorizer

How it works

  • When an image is placed in a defined monitoring folder the categoriser will use defined trained model to categorise it and will move the image to a category sub folder of the defined target folder

  • defining model, monitoring folder and target folder:

    • "params.dat" file have those vales
Description
Train to categorise documents
Readme 917 KiB
Languages
Python 100%