From 4dce80de1d2bd83f6a1828432ad366ac1f2e63a9 Mon Sep 17 00:00:00 2001 From: Jae wook Kim <44726787+lesit@users.noreply.github.com> Date: Mon, 5 Nov 2018 03:06:36 +0900 Subject: [PATCH] Create README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..418ec69 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Neuro Studio +[![License](https://img.shields.io/badge/license-BSD-blue.svg)](LICENSE) +Neuro Studio is GUI based Deep-learning Framework +It is developed by Jae Wook Kim (lesit.jae@gmail.com) + +Check out the [project site](http://www.ainhuman.com) for all the details like +- Brief description +- Samples + +## Futer plans +Fix some bugs including gui related bugs +Test with LSTM +Add some data preprocessor +Add more layer and loss, optimizer algorithms +Develope a Virtual Machine to run a model by created Neuro Studio. It will run any computer machine. + +## Environments +This source must be compiled whth CUDA support +So, you need to install CUDA 9.0, cudnn v7.x libraries + +All code except file handling and gui parts of Neuro Studio is developed in Standard C++ +It currently works in Windows 7 and above, but if you modify only a few parts, such as gui, you will be able to work on linux as well + +## License +Neuro Studio is BSD-style licensed, as found in the LICENSE file.