Skip to content

This is a C# WPF software, which helps to understand how TensorFlow and computer vision works in general. The efficiency of code will be improved as the project expands. Feel free to suggest how the code can be improved.

Notifications You must be signed in to change notification settings

przemekmas/MachineLearningSoftware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

Tensorflow Machine learning software/Pre-processing Assistant

The purpose of this repository is to provide software which allows to understand and use object recognition/detection by the use of the Emgu TF library. The open-source software is a windows application that has been written in C#. The software takes advantage of the Emgu TF library which is a C# wrapper for TensorFlow. However, the software also utilises the raw Python TensorFlow framework due to the limitations of the Emgu TF library. Also, the purpose of the software is to provide tools that can be used to apply data pre-processing techniques to CSV/XLSX type datasets that can later be trained with TensorFlow. The software also contains a performance indicator tool that can be used to measure the performance of a predictive model based on the output of the model metrics.

.NET Framework Version

  • The .NET Framework version that is required to build the project is .NET Framework 4.6.1

Software Screens/Pages

  • Change Theme - The change theme page is a very basic screen where you can change the theme/look and feel of the software.

  • Exception Log - The exception log page is used for development purposes and helps to identify any exceptions that occur while running the software.

  • MNIST - The MNIST page shows a visual representation of the MNIST dataset. It demonstrates how the 28 by 28 images and the corresponding labels are stored as an array within the dataset on a 28 by 28 grid.

  • Object Recognition - The object recognition screen uses Tensorflow to recognise the images. The default retrained model is used, which will be able to recognise flowers. However, the user can also provide their model to recognise any other objects.

  • People Detection - The people detection screen uses Tensorflow to recognise people within a provided image.

  • Retrain Inception Model - The retrain inception model screen can be used to create a trained inception model for object recognition. The screen uses pip and python to install or update Tensorflow on your machine. After Tensorflow is successfully installed, the user can then choose a folder which should contain subfolders with images that correspond to the folder name. In the end, the user will press the build TensorFlow button to create a trained model that can be used for object recognition.

  • Wide Deep - This screen uses a wide deep model to predict if an individual earns more than $50k a year.

  • Performance Indication Tool - The performance indicator tool can be used to measure the performance of a data pre-processing that has been applied to a predictive model.

  • TensorBoard Tool - The TensorBoard tool can be used to analyse the performance of a predictive model.

  • Train Dataset Tool - The train dataset tool can be used to import a CSV or XLSX dataset and create a python train script.

  • Clean Data Tool - The clean data tool can be used to apply data pre-processing techniques to a dataset which is stored in a CSV or XLSX format.

  • Search - The search function can be used to search for a screen within the software. It can also be used to search google and navigate to the chosen search result.

Additional Notes

  • Please keep in mind that this is not the official Tensorflow software and it has been created for educational purposes.
  • The software is constantly improving. So, if there are any issues, bugs or any other improvements that can be made to the software, please let me know.

References

About

This is a C# WPF software, which helps to understand how TensorFlow and computer vision works in general. The efficiency of code will be improved as the project expands. Feel free to suggest how the code can be improved.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages