Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Sanchay-AI to the project list #211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,20 +130,21 @@ The table of projects which are _currently_ supported.
|33.|React Navigation|`react-navigation`|Routing and navigation for your React Native apps.|
|34.|Rebus|`rebus`|Take your first steps as an open source contributor |
|35.|RichTextView|`richtextview`|iOS text view (UIView) that properly displays LaTeX, HTML, Markdown, and YouTube/Vimeo links|
|36.|scikit-learn|`scikit-learn`|scikit-learn: machine learning in Python|
|37.|Scrapy|`scrapy`|A fast high-level web crawling & scraping framework for Python.|
|38.|Spring Cloud GCP|`spring-cloud-gcp`|Integration for Google Cloud Platform APIs with Spring|
|39.|Strapi|`strapi`|Open source Node.js Headless CMS to easily build customisable APIs.|
|40.|Storybook|`storybook`|Storybook is an open source tool for developing UI components in isolation for React, Vue, and Angular. It makes building stunning UIs organized and efficient.|
|41.|Styled Components|`styled-components`|Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress.|
|42.|TypeScript|`typescript`|TypeScript is a superset of JavaScript that compiles to clean JavaScript output.|
|43.|VS Code|`vscode`|VS Code is a type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle.|
|44.|webpack CLI|`webpack-cli`|webpack CLI provides a flexible set of commands for developers to increase speed when setting up a custom webpack project.|
|45.|wolkenkit|`wolkenkit`|wolkenkit is an open-source CQRS and event-sourcing framework for JavaScript and Node.js that perfectly matches DDD. |
|46.|Verdaccio|`verdaccio`|A lightweight private npm proxy registry|
|47.|Vue.js|`vuejs`|Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.|
|48.|Yarn|`yarn`|Fast, reliable, and secure dependency management.|
|49.|Yarn Version Manager|`yvm`|YVM is a version manager for yarn that makes it easy to handle projects with differing yarn versions.|
|36.|Sanchay AI|`sanchay-ai`|Unlock the power of Sanchay AI to automate video metadata generation with ease—transcriptions, subtitles, chapters, and thumbnails at your fingertips|
|37.|scikit-learn|`scikit-learn`|scikit-learn: machine learning in Python|
|38.|Scrapy|`scrapy`|A fast high-level web crawling & scraping framework for Python.|
|39.|Spring Cloud GCP|`spring-cloud-gcp`|Integration for Google Cloud Platform APIs with Spring|
|40.|Strapi|`strapi`|Open source Node.js Headless CMS to easily build customisable APIs.|
|41.|Storybook|`storybook`|Storybook is an open source tool for developing UI components in isolation for React, Vue, and Angular. It makes building stunning UIs organized and efficient.|
|42.|Styled Components|`styled-components`|Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress.|
|43.|TypeScript|`typescript`|TypeScript is a superset of JavaScript that compiles to clean JavaScript output.|
|44.|VS Code|`vscode`|VS Code is a type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle.|
|45.|webpack CLI|`webpack-cli`|webpack CLI provides a flexible set of commands for developers to increase speed when setting up a custom webpack project.|
|46.|wolkenkit|`wolkenkit`|wolkenkit is an open-source CQRS and event-sourcing framework for JavaScript and Node.js that perfectly matches DDD. |
|47.|Verdaccio|`verdaccio`|A lightweight private npm proxy registry|
|48.|Vue.js|`vuejs`|Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.|
|49.|Yarn|`yarn`|Fast, reliable, and secure dependency management.|
|50.|Yarn Version Manager|`yvm`|YVM is a version manager for yarn that makes it easy to handle projects with differing yarn versions.|
<!-- AUTO-GENERATED-CONTENT:END -->

## Adding New Projects
Expand Down
5 changes: 5 additions & 0 deletions data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@
"q": "repo:tophat/richtextview is:issue is:open label:\"good first issue\"",
"description": "iOS text view (UIView) that properly displays LaTeX, HTML, Markdown, and YouTube/Vimeo links"
},
"sanchay-ai": {
"name": "Sanchay AI",
"q": "user:aadeshkulkarni repo:sanchay-ai label:\"good first issue\" state:open",
"description": "Unlock the power of Sanchay AI to automate video metadata generation with ease—transcriptions, subtitles, chapters, and thumbnails at your fingertips"
},
"scikit-learn": {
"name": "scikit-learn",
"q": "repo:scikit-learn/scikit-learn is:issue is:open sort:updated-desc label:\"good first issue\"",
Expand Down