Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lesit committed Nov 4, 2018
1 parent a6b8ac2 commit 4dce80d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions 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.

0 comments on commit 4dce80d

Please sign in to comment.