Skip to content

Commit

Permalink
docs: add tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Aug 20, 2019
1 parent ed20c51 commit f5847f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 151 deletions.
150 changes: 0 additions & 150 deletions LICENSE
Expand Up @@ -12,96 +12,6 @@ licenses applicable to the third-party components included within GNES.
A copy of the Apache License, Version 2.0 is included in this file.


Open Source Software Licensed Under the Apache License, Version 2.0:
-------------------------------------------------------------------------
1. TensorFlow 1.10.1
Copyright 2018 The TensorFlow Authors. All rights reserved.

2. aiohttp 3.5.4
Copyright 2013-2019 Nikolay Kim and Andrew Svetlov.

3. grpc 1.21.2
Copyright Copyright 2014 gRPC authors.

Open Source Software Licensed Under the BSD 2-Clause License:
-------------------------------------------------------------------------

1. imagehash 4.0
Copyright (c) 2013-2016, Johannes Buchner

Open Source Software Licensed Under the BSD 3-Clause License:
-------------------------------------------------------------------------
1. pandas 0.24.2
Copyright (c) 2008-2012, AQR Capital Management, LLC, Lambda Foundry, Inc.
and PyData Development Team
All rights reserved.

2. numpy 1.16.2
Copyright ? 2005-2019, NumPy Developers.
All rights reserved.

3. psutil 5.6.2
Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola'
All rights reserved.

4. memory-profiler 0.55.0
Copyright (c) 2007®C2014 Fabian Pedregosa.
All rights reserved.

5. faiss 0.1
Copyright (c) 2016-present, Facebook, Inc.
All rights reserved.

6. PyZMQ 18.0.1
Copyright (c) 2009-2012, Brian Granger, Min Ragan-Kelley
All rights reserved.

7. PyTorch 1.0.1.post2
Copyright (c) 2016- Facebook, Inc (Adam Paszke)
Copyright (c) 2014- Facebook, Inc (Soumith Chintala)
Copyright (c) 2011-2014 Idiap Research Institute (Ronan Collobert)
Copyright (c) 2012-2014 Deepmind Technologies (Koray Kavukcuoglu)
Copyright (c) 2011-2012 NEC Laboratories America (Koray Kavukcuoglu)
Copyright (c) 2011-2013 NYU (Clement Farabet)
Copyright (c) 2006-2010 NEC Laboratories America (Ronan Collobert, Leon Bottou,
Iain Melvin, Jason Weston)
Copyright (c) 2006 Idiap Research Institute (Samy Bengio)
Copyright (c) 2001-2004 Idiap Research Institute (Ronan Collobert, Samy Bengio,
Johnny Mariethoz)

8. protobuf 3.7.1
Copyright 2008 Google Inc.
All rights reserved.

9. torchvision 0.3.0
Copyright (c) Soumith Chintala 2016,
All rights reserved.

Open Source Software Licensed Under the MIT License:
-------------------------------------------------------------------------
1. bert-as-service 1.8.9
Copyright (c) 2018 Han Xiao.

2. termcolor 1.1.0
Copyright (c) 2008-2011 Konstantin Lepa.

3. GPUtil 1.4.0
Copyright (c) 2017 anderskm.

4. flair 0.4.1
Flair is licensed under the following MIT License (MIT) Copyright ? 2018 Zalando
SE, https://tech.zalando.com

5. ruamel.yaml 0.15.94
Copyright (c) 2014-2019 Anthon van der Neut, Ruamel bvba

6. jieba 0.39
Copyright (c) 2013 Sun Junyi

7. opencv-python 4.0.0
Copyright (c) 2016-2018 Olli-Pekka Heinisuo and contributors





Expand Down Expand Up @@ -309,63 +219,3 @@ Copyright (c) 2016-2018 Olli-Pekka Heinisuo and contributors
See the License for the specific language governing permissions and
limitations under the License.




The 3-Clause BSD License


Note: This license has also been called the "New BSD License" or "Modified
BSD License". See also the 2-clause BSD License.

Copyright <YEAR> <COPYRIGHT HOLDER>

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



The MIT License


Copyright <YEAR> <COPYRIGHT HOLDER>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to
do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@

<p align="center">
<a href='https://github.com/gnes-ai/hub/blob/master/LICENSE'>
<img alt="License" src="https://img.shields.io/github/license/gnes-ai/hub">
<img alt="PyPI - License" src="https://img.shields.io/pypi/l/gnes.svg">
</a>
</p>

Expand Down

0 comments on commit f5847f7

Please sign in to comment.