Compare commits

...

5 Commits

Author SHA1 Message Date
Shmavon Gazanchyan
1f870c5b4e Update README.md 2022-09-14 14:08:05 +00:00
Ayush Shah
00c3518435 Add OpenMetadata (#1105)
* Add OpenMetadata to the list

* modify OpenMetadata description

Co-authored-by: Shmavon Gazanchyan <MunGell@users.noreply.github.com>
2022-09-14 15:07:51 +01:00
Shmavon Gazanchyan
a0f86cf469 Update README.md 2022-09-14 14:05:08 +00:00
Naor Tedgi (Abu Emma)
3fcb1061cc Add EfficientNet - image recognition model for node js (#1103)
* Add EfficientNet - image recognition model for node js

Adding https://github.com/ntedgi/node-efficientnet

* Update data.json

* Update data.json

update code review changes
2022-09-14 15:04:39 +01:00
Naor Tedgi (Abu Emma)
6aa2800b01 fix issue (#1104) - broken link url to CONTRIBUTING.md in github action (#1106) 2022-09-14 14:49:56 +01:00
3 changed files with 26 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'This PR is not valid. Please read [contributing guidelines](https://github.com/MunGell/awesome-for-beginners/CONTRIBUTING.md).'
body: 'This PR is not valid. Please read [contributing guidelines](https://github.com/MunGell/awesome-for-beginners/blob/main/CONTRIBUTING.md).'
});
if (context.payload.pull_request.labels.indexOf('Invalid') === -1) {
await github.rest.issues.addLabels({

View File

@@ -115,6 +115,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [elasticsearch](https://github.com/elastic/elasticsearch) _(label: good-first-issue)_ <br> Open Source, Distributed, RESTful Search Engine.
- [Images-to-PDF](https://github.com/Swati4star/Images-to-PDF) _(label: good-first-issue)_ <br> An android app to convert images to PDF file.
- [JabRef](https://github.com/JabRef/jabref) _(label: good-first-issue)_ <br> Desktop application for managing literature references using modern Java features including JavaFX. Dedicated to code quality and constructive feedback: Each Pull Request is reviewed by two developers to provide high-quality feedback and to ensure high quality of new contributions.
- [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_ <br> OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration.
- [SirixDB](https://github.com/sirixdb/sirix) _(label: good-first-issue)_ <br> SirixDB is an evolutionary, versioned NoSQL document store (XML and JSON) written (mostly) in Java. It stores compact snapshots during commits with many concepts borrowed from ZFS and Git. Each revision is indexed and the document store can be queried with temporal queries. It's especially well suited for modern hardware.
- [Strongbox](https://github.com/strongbox/strongbox) _(label: good-first-issue)_ <br> Strongbox is an artifact repository manager written in Java.
- [TEAMMATES](https://github.com/TEAMMATES/teammates) _(label: good-first-issue)_ <br> TEAMMATES is a free online tool for managing peer evaluations and other feedback paths of your students.
@@ -267,6 +268,7 @@ If you are not a programmer but would like to contribute, check out the [Awesome
- [mitmproxy](https://github.com/mitmproxy/mitmproxy) _(label: help-wanted)_ <br> An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers
- [mygpo](https://github.com/gpodder/mygpo) _(label: starter-issue)_ <br> The webservice for gpodder.net, a libre web service that allows users to manage their podcast subscriptions and discover new content.
- [mypy](https://github.com/python/mypy) _(label: good-first-issue)_ <br> An optional static typing for python.
- [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_ <br> OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration.
- [opsdroid](https://github.com/opsdroid/opsdroid) _(label: good-first-issue)_ <br> An open source chat-ops bot framework.
- [pandas](https://github.com/pandas-dev/pandas) _(label: good-first-issue)_ <br> Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
- [Pytest](https://github.com/pytest-dev/pytest) _(label: status:-easy)_ <br> The pytest framework makes it easy to write small tests, yet scales to support complex functional testing.
@@ -345,6 +347,8 @@ If you are not a programmer but would like to contribute, check out the [Awesome
## Typescript
- [H2O Wave](https://github.com/h2oai/wave) _(label: good first issue)_ <br> Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience.
- [Node Efficientnet](https://github.com/ntedgi/node-efficientnet) _(label: good first issue)_ <br> EfficientNet Image Recognition model for Node JS ( written with tensorflow.js ).
- [OpenMetadata](https://github.com/open-metadata/OpenMetadata) _(label: good first issue)_ <br> OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration.
## Contribute

View File

@@ -1846,7 +1846,7 @@
],
"description": "End-to-end encryption and mutual authentication for distributed applications."
},
{
{
"name": "H2O Wave",
"link": "https://github.com/h2oai/wave",
"label": "good first issue",
@@ -1855,6 +1855,26 @@
"Typescript"
],
"description": "Realtime Web Apps and Dashboards framework for Python and R. Suited (not only) for AI audience."
},
{
"name": "Node Efficientnet",
"link": "https://github.com/ntedgi/node-efficientnet",
"label": "good first issue",
"technologies": [
"Typescript"
],
"description": "EfficientNet Image Recognition model for Node JS ( written with tensorflow.js )."
},
{
"name": "OpenMetadata",
"link": "https://github.com/open-metadata/OpenMetadata",
"label": "good first issue",
"technologies": [
"Python",
"Typescript",
"Java"
],
"description": "OpenMetadata is an all-in-one platform for data discovery, data quality, observability, governance, data lineage, and team collaboration."
}
]
}