initial commit
This commit is contained in:
commit
1ea3e6b2ef
30
LICENSE
Normal file
30
LICENSE
Normal file
|
@ -0,0 +1,30 @@
|
|||
Collaborative Attribution License (CAL) based on GPL-3
|
||||
|
||||
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||
|
||||
In addition to the terms of the GPL-3, the following conditions apply:
|
||||
|
||||
1. Collaborative Ownership:
|
||||
This program is recognized as collaborative work. No individual or organization may claim sole ownership or exclusive control of this program. Contributions and modifications are encouraged from all interested parties.
|
||||
|
||||
2. Non-Exclusivity Clause:
|
||||
No organization may tie this program exclusively to its services or products. The program must remain accessible for use and modification by all, without any restrictions based on commercial affiliations.
|
||||
|
||||
3. Attribution Requirement:
|
||||
When forking or modifying this program, you must explicitly credit Hashirama as the original author in all derivative works and prominently display the original copyright notice.
|
||||
|
||||
4. Definition of Collaborative Work:
|
||||
Collaborative work encompasses all contributions, modifications, or enhancements made to this program by individuals or organizations, provided they adhere to the terms of this license.
|
||||
|
||||
5. Community Guidelines:
|
||||
Contributors must adhere to established community guidelines for engaging in this project. These guidelines cover communication norms, contribution processes, and conflict resolution mechanisms.
|
||||
|
||||
6. Patent Rights:
|
||||
Any patents or intellectual property rights related to technologies within this program must be licensed in a manner that does not impede the free distribution and modification of this program.
|
||||
|
||||
7. Trademark Usage:
|
||||
Usage of project trademarks, logos, or branding must comply with specified guidelines to preserve the consistency and integrity of the project's identity.
|
||||
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/gpl-3.0.html>.
|
30
LICENSE~
Normal file
30
LICENSE~
Normal file
|
@ -0,0 +1,30 @@
|
|||
BSD Zero Clause License
|
||||
|
||||
Copyright (c) 2023
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
||||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
||||
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
||||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
---
|
||||
|
||||
CMake-Only License with No Binary Distribution, Version 1.0
|
||||
|
||||
Permission is hereby granted to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software using the CMake build system only. The use of any other build system is expressly prohibited.
|
||||
|
||||
You are free to:
|
||||
- Use the Software with the CMake build system.
|
||||
|
||||
You are not allowed to:
|
||||
- Use any build system other than CMake.
|
||||
- Distribute binary forms of the Software in any way, shape, or form.
|
||||
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED.
|
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# ncnn_manga
|
||||
|
||||
![C++](https://img.shields.io/badge/c++-%2300599C.svg?style=for-the-badge&logo=c%2B%2B&logoColor=white)
|
||||
<br></br>
|
||||
|
||||
![GitHub](https://img.shields.io/github/license/KonstantinDjairo/ncnn_manga)
|
||||
|
||||
<figure>
|
||||
<img src="misc/ncnn_manga_girl.png" alt="sa-chan" width="30%" height="30%">
|
||||
<figcaption style="text-align:center; margin-top: -25px;">さっちゃん</figcaption>
|
||||
</figure>
|
||||
|
||||
|
||||
<br></b><br></b>
|
||||
|
||||
|
||||
ncnn_manga is a ocr powered by the CRNN-CTC architecture and doesn't rely on python.
|
1
misc/.gitignore
vendored
Normal file
1
misc/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
|
BIN
misc/ncnn_manga_girl.png
Normal file
BIN
misc/ncnn_manga_girl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 440 KiB |
Loading…
Reference in a new issue