forked from code-a2z/code-a2z
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
18 lines (18 loc) · 1.1 KB
/
.gitmodules
File metadata and controls
18 lines (18 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "projects/web-development/frontend/product-landing-page"]
path = projects/web-development/frontend/product-landing-page
url = https://github.com/code-a2z/product-landing-page.git
[submodule "projects/data-science/nlp-apps/resume-analyzer"]
path = projects/data-science/nlp-apps/resume-analyzer
url = https://github.com/Code-A2Z/resume-analyzer.git
[submodule "projects/data-science/nlp-apps/film-sentiment-analyzer-nltk"]
path = projects/data-science/nlp-apps/film-sentiment-analyzer-nltk
url = https://github.com/Code-A2Z/film-sentiment-analyzer-nltk.git
[submodule "projects/web-development/backend/text-extraction-ocr"]
path = projects/web-development/backend/text-extraction-ocr
url = https://github.com/Code-A2Z/text-extraction-ocr.git
[submodule "projects/data-science/vision-ai/image-describer"]
path = projects/data-science/vision-ai/image-describer
url = https://github.com/Code-A2Z/image-describer.git
[submodule "projects/web-development/backend/random-quote-generator"]
path = projects/web-development/backend/random-quote-generator
url = https://github.com/Code-A2Z/random-quote-generator.git