@@ -1134,7 +1134,28 @@ const projectList = [
1134
1134
description : 'Cross-platform mobile app development framework for Java & Kotlin developers' ,
1135
1135
tags : [ 'Cross-Platform' , 'OpenSource' , 'Java' , 'Kotlin' , 'Android' , 'iOS' , 'Framework' ]
1136
1136
} ,
1137
- {
1137
+ {
1138
+ name : 'SymPy' ,
1139
+ imageSrc : 'https://www.sympy.org/static/images/logo.png' ,
1140
+ projectLink : 'https://github.com/sympy/sympy' ,
1141
+ description : 'A computer algebra system written in pure Python' ,
1142
+ tags : [ 'Python' , 'Science' , 'Math' , 'Computer-Algebra' ]
1143
+ } ,
1144
+ {
1145
+ name : 'Pytorch' ,
1146
+ imageSrc : 'https://github.com/pytorch/pytorch/raw/master/docs/source/_static/img/pytorch-logo-dark.png' ,
1147
+ projectLink : 'https://github.com/pytorch/pytorch' ,
1148
+ description : 'PyTorch is an optimized tensor library for deep learning using GPUs and CPUs.' ,
1149
+ tags : [ 'Python' , 'Machine-Learning' , 'Deep-Learning' , 'Neural-Network' , ]
1150
+ } ,
1151
+ {
1152
+ name : 'Yarn' ,
1153
+ imageSrc : 'https://github.com/yarnpkg/assets/raw/master/yarn-kitten-full.png?raw=true' ,
1154
+ projectLink : 'https://github.com/yarnpkg/yarn' ,
1155
+ description : 'Yarn is a JavaScript package manager created by Facebook that doubles as a project manager.' ,
1156
+ tags : [ 'JavaScript' , 'Package-Manager' , 'NodeJS' , 'NPM' , ]
1157
+ } ,
1158
+ {
1138
1159
name : 'Scribe - Language Keyboards' ,
1139
1160
imageSrc : 'https://raw.githubusercontent.com/scribe-org/Organization/main/logo/ScribeAppLogo.png' ,
1140
1161
projectLink : 'https://github.com/scribe-org/Scribe-iOS' ,
0 commit comments