From 47cae7840f4e5218763aee412ba3bbb256864df0 Mon Sep 17 00:00:00 2001 From: Varunkumar Nagarajan Date: Sat, 21 Sep 2019 09:02:56 +0530 Subject: [PATCH] Initial project structure --- LICENSE.md | 3 +++ README.md | 19 ++++++++++++++++++- core/README.md | 3 +++ docs/README.md | 1 + web-client/README.md | 3 +++ 5 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 LICENSE.md create mode 100644 core/README.md create mode 100644 docs/README.md create mode 100644 web-client/README.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..950e630 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,3 @@ +## License + +The source code is available [here](https://github.com/varunkumar/camlio) under [MIT licence](http://varunkumar.mit-license.org/). Feel free to use any part of the code. Please send any bugs, feedback, complaints, patches to me at varunkumar[dot]n[at]gmail[dot]com or sreekanthnaga[at]gmail[dot]com diff --git a/README.md b/README.md index b95984c..b8484f5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -# camlio +# Camlio + Experiments with real-time video processing + +## What is Camlio? + +## How to use? + +## Technologies used + +## FAQs + +## Known Issues + +None + +## License + +The source code is available [here](https://github.com/varunkumar/camlio) under [MIT licence](http://varunkumar.mit-license.org/). Feel free to use any part of the code. Please send any bugs, feedback, complaints, patches to me at varunkumar[dot]n[at]gmail[dot]com or sreekanthnaga[at]gmail[dot]com diff --git a/core/README.md b/core/README.md new file mode 100644 index 0000000..aeda159 --- /dev/null +++ b/core/README.md @@ -0,0 +1,3 @@ +# Camlio Core + +Core module responsible for processing webcam stream diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..90b4d65 --- /dev/null +++ b/docs/README.md @@ -0,0 +1 @@ +# Camlio Docs diff --git a/web-client/README.md b/web-client/README.md new file mode 100644 index 0000000..092763b --- /dev/null +++ b/web-client/README.md @@ -0,0 +1,3 @@ +# Camlio web client + +Web client that connects to Bluejeans