Please add https://github.com/jina-ai/jina
Is your project's development setup fully automated? How to use it?
Yes.
Here's how to contribute to Jina project
pip install -r requirements.txt
And if you want to use Jina to build your app, do this
pip install --pre jina
Why is your project interesting/exciting to contribute to?
Before Jina, to build AI powered search system, you had to rely on opaque search services and give control of your data to third parties
Does your project have an active community?
Yes. Quite active https://slack.jina.ai
Does your project have basic newcomer onboarding docs? (e.g. CONTRIBUTING.md, good-first-issues...)
Yes.
Contributing - https://github.com/jina-ai/jina/blob/master/CONTRIBUTING.md
Good first issue - https://github.com/jina-ai/jina/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
@gitcommitshow Thanks for the issue. In order for the project to be added to the list of projects it has to be Gitpodified i.e having the gitpod config for the setup is an essential. If you want Gitpod to be added to jina then can you open an issue there asking the maintainers to add Gitpod ? If any help is needed their the do let me know. Thanks
@gitcommitshow Thanks for the issue. In order for the project to be added to the list of projects it has to be Gitpodified i.e having the gitpod config for the setup is an essential. If you want Gitpod to be added to jina then can you open an issue there asking the maintainers to add Gitpod ? If any help is needed their the do let me know. Thanks
Thanks for your response. I'm not sure how to Gitpodify this project. I have done that with node projects before but this one is different - python, machine learning, etc.