forked from python-gsoc/python-gsoc.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ideas.html
552 lines (477 loc) · 31.9 KB
/
ideas.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Python's Google Summer of Code Page">
<meta name="google-site-verification" content="EVShtJLdVKN58OupOAYPkH6QRA3i-J8q4ZEklgFiZhE" />
<title>Python GSoC – Home</title>
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous" >
<!--[if lte IE 8]>
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/grids-responsive-old-ie-min.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/grids-responsive-min.css">
<!--<![endif]-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/all.min.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf"
crossorigin="anonymous" >
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/side-menu-old-ie.css">
<![endif]-->
<!--[if gt IE 8]><!-->
<link rel="stylesheet" href="css/side-menu.css">
<!--<![endif]-->
<link rel="stylesheet" href="css/python-gsoc.css">
</head>
<body>
<!-- Menu toggle -->
<a href="#menu" id="menuLink" class="menu-link">
<!-- Hamburger icon -->
<span></span>
</a>
<div id="layout">
<div id="menu">
<div class="pure-menu">
<a class="pure-menu-heading" href="index.html">Python GSoC</a>
<ul class="pure-menu-list">
<li class="pure-menu-item"><a href="index.html#gettingstarted" class="pure-menu-link">Getting
Started</a>
</li>
<li class="pure-menu-item"><a href="contributors.html" class="pure-menu-link">Contributors</a></li>
<li class="pure-menu-item"><a href="mentors.html" class="pure-menu-link">Mentors</a></li>
<li class="pure-menu-item"><a href="ideas.html" class="pure-menu-link">Project Ideas</a></li>
<li class="pure-menu-item"><a href="deadlines.html" class="pure-menu-link">Deadlines</a></li>
<li class="pure-menu-item"><a href="contributors.html#faq" class="pure-menu-link">FAQ</a></li>
<li class="pure-menu-item"><a href="https://blogs.python-gsoc.org/en/" class="pure-menu-link">Blogs</a></li>
<li class="pure-menu-item"><a href="mentors.html#sub-orgs" class="pure-menu-link">Info for Sub-orgs</a></li>
<li class="pure-menu-item"><a href="index.html#contact" class="pure-menu-link">Contact</a></li>
</ul>
</div>
</div>
<!-- menu -->
<!-- How to apply -->
<a id="ideas"></a>
<div class="content">
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
<h2 class="content-head content-head">Ideas</h2>
<div class="warning">
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
<p>We're still building the list of sub-orgs for GSoC 2022 and preparing Python's application to Google (it gets submitted in February 2022).</p>
<p>If you're a sub-org who wants to join, please
<a href="https://python-gsoc.org/mentors.html#sub-orgs">read the information for sub-orgs</a>.</p>
<p>If you're a new contributor looking for something to do, you might want to check <a href="2021/ideas.html">last year's
list of sub-orgs</a> to see who might participate this year. Remember, *any* open source experience will help you, so
it's fine to just choose anything for practice before the orgs are announced!
</p>
</div>
</div>
<br />
</div>
<!-- Start Template -->
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 logo">
<img src="/logos/psf_axVW5Ir_zvfn7Uy.png" />
</div>
<div class="pure-u-1 pure-u-md-1-2">
<h2>
Python Software Foundation GSoC Team
</h2>
</div>
</div>
<br />Under the Python Software Foundation (PSF) the GSoC Team has ran a GSoC umbrella organization for the Python language. This sub-org is being used to sponsor tools for the PSF GSoC team, specifically tools for managing GSoC from diverse sub-orgs for PSF. At this time, Python is NOT sponsoring any projects related to the development of the language -- but we're looking for mentors if you want to run such a project. We are accepting at most one contributor this year, as such we recommend applying to other sub-organizations. You can find the other organizations on the Project Ideas page.
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1">
<p>Contact Links</p>
</div>
<div class="pure-u-1 pure-u-md-1-1" style="text-align: center;">
<p><a href="https://riot.im/app/#/room/#python-gsoc:matrix.python-gsoc.org">Chat</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://python-gsoc.org/psf_ideas.html" alt="Python Software Foundation GSoC Team logo">Ideas Page</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/python-gsoc/python-blogs" alt="Python Software Foundation GSoC Team">Source Code</a></p>
</div>
</div>
</div>
<hr>
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 logo">
<img src="/logos/256x256_white_3xCK6Bv.png" />
</div>
<div class="pure-u-1 pure-u-md-1-2">
<h2>
CVE Binary Tool
</h2>
</div>
</div>
<br />The CVE Binary Tool is a free, open source tool to help you find known vulnerabilities in software, using data from the National Vulnerability Database (NVD) list of Common Vulnerabilities and Exposures (CVEs). The tool can function as a binary scanner or check a known component list. It is intended to be used as part of your continuous integration system to enable regular vulnerability scanning and give you early warning of known issues in your supply chain.
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1">
<p>Contact Links</p>
</div>
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
<p><a href="https://gitter.im/cve-bin-tool/community">Chat</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
<p><a href="https://cve-bin-tool.readthedocs.io/en/latest/">Homepage</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/intel/cve-bin-tool/issues/1462" alt="
CVE Binary Tool logo">Ideas Page</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/intel/cve-bin-tool/" alt="
CVE Binary Tool">Source Code</a></p>
</div>
</div>
</div>
<hr>
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 logo">
<img src="/logos/eos.png" />
</div>
<div class="pure-u-1 pure-u-md-1-2">
<h2>
EOS Design System
</h2>
</div>
</div>
<br />EOS UX/UI Solutions is a community of developers and designers that create solutions to help the open source word deliver more user-friendly and user-centric applications. Our main projects are EOS Icons and User Story. We have a total of 14 repositories and over 200 members in our slack channel.
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1">
<p>Contact Links</p>
</div>
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
<p><a href="https://eos-community.slack.com/">Chat</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
<p><a href="https://twitter.com/eosdesignsystem">Twitter Url</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
<p><a href="https://brand.eosdesignsystem.com/">Homepage</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://cynthia-sanchez.gitbook.io/gsoc-2022-eos-ux-ui-solutions" alt="EOS Design System logo">Ideas Page</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/EOS-uiux-Solutions/" alt="EOS Design System">Source Code</a></p>
</div>
</div>
</div>
<hr>
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 logo">
<img src="/logos/logo_mne_hex.png" />
</div>
<div class="pure-u-1 pure-u-md-1-2">
<h2>
MNE-Python
</h2>
</div>
</div>
<br />MNE-Python software is an open-source Python package for exploring, visualizing, and analyzing human neurophysiological data such as MEG, EEG, sEEG, ECoG, and more. It includes modules for data input/output, preprocessing, visualization, source estimation, time-frequency analysis, connectivity analysis, machine learning, and statistics.
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1">
<p>Contact Links</p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://discord.gg/rKfvxTuATa">Chat</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://mne.discourse.group">Mailing List</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://twitter.com/mne_news?lang=en">Twitter Url</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://mne.tools/dev/whats_new.html#whats-new">Blog Url</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://mne.tools">Homepage</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/mne-tools/mne-python/wiki/GSoC-Ideas#project-ideas" alt="MNE-Python logo">Ideas Page</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/mne-tools/mne-python" alt="MNE-Python">Source Code</a></p>
</div>
</div>
</div>
<hr>
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 logo">
<img src="/logos/activeloop-gsoc-logo.png" />
</div>
<div class="pure-u-1 pure-u-md-1-2">
<h2>
Activeloop
</h2>
</div>
</div>
<br />Activeloop is the Database for AI company. Its open-source package, Hub, is a dataset format for AI enabling building, managing, & streaming datasets real-time to PyTorch & TensorFlow. Hub also enables version-control, querying, and instant visualization of datasets.
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1">
<p>Contact Links</p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="slack.activeloop.ai">Chat</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://twitter.com/activeloopai">Twitter Url</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://www.activeloop.ai/resources/">Blog Url</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://docs.activeloop.ai">Homepage</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/activeloopai/Hub/wiki/Activeloop-GSoC-2022-project-ideas" alt="Activeloop logo">Ideas Page</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/activeloopai/hub" alt="Activeloop">Source Code</a></p>
</div>
</div>
</div>
<hr>
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 logo">
<img src="/logos/mss-logo_C6tWPl0.png" />
</div>
<div class="pure-u-1 pure-u-md-1-2">
<h2>
MSS - Mission Support System
</h2>
</div>
</div>
<br />MSS is a web service based client/server application to plan atmospheric research flights. The Mission Support System (MSS) is a software that is written by scientists in the field of atmospheric science. The purpose is to have a tool that simplifies the process for planning a scientific flight in which parameters of the atmosphere are measured. The research aircrafts typically carry a comprehensive scientific payload comprised of data aquisition instruments by different companies and research institutions. The measurement of relevant parameters, for example the chemical composition of trace gases, temperature or aerosol particle characteristics, are needed to improve the scientific understanding of the processes in the atmosphere. This is of significant importance for the understanding for example of climate change or the recovery of the ozone hole.
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1">
<p>Contact Links</p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://web.libera.chat/?nick=Guest&#mss">Chat</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="mss-info@fz-juelich.de">Mailing List</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://www.twitter.com/TheMSSystem">Twitter Url</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://open-mss.github.io/">Blog Url</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://open-mss.github.io/about/">Homepage</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://open-mss.github.io/develop/GSOC/ideas" alt="MSS - Mission Support System logo">Ideas Page</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/Open-MSS/MSS" alt="MSS - Mission Support System">Source Code</a></p>
</div>
</div>
</div>
<hr>
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 logo">
<img src="/logos/zyte-gsoc_7Y51Vl0.png" />
</div>
<div class="pure-u-1 pure-u-md-1-2">
<h2>
Scrapy
</h2>
</div>
</div>
<br />Zyte (formerly Scrapinghub) is a company focused on information retrieval and its later manipulation.
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1">
<p>Contact Links</p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://discord.gg/mv3yErfpvq">Chat</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://twitter.com/ZyteData">Twitter Url</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://www.zyte.com/blog/">Blog Url</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://www.zyte.com/">Homepage</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://gsoc2022.zyte.com/participate" alt="Scrapy logo">Ideas Page</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/scrapy" alt="Scrapy">Source Code</a></p>
</div>
</div>
</div>
<hr>
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 logo">
<img src="/logos/fury-256_Q98JbJ6.png" />
</div>
<div class="pure-u-1 pure-u-md-1-2">
<h2>
FURY
</h2>
</div>
</div>
<br />FURY is a free and open-source software library for scientific visualization and 3D animations. FURY contains many tools for visualizing a series of scientific data including graphs and imaging data. FURY is participating in GSoC this year for the first time under the umbrella of the Python Software Foundation (PSF)
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1">
<p>Contact Links</p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://discord.gg/DRfNrUnGC6">Chat</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://mail.python.org/mailman3/lists/fury.python.org">Mailing List</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://twitter.com/fury_engine">Twitter Url</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://fury.gl/dev/blog">Blog Url</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://fury.gl">Homepage</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/fury-gl/fury/wiki/Google-Summer-of-Code-2022-(GSOC2022)" alt="FURY logo">Ideas Page</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/fury-gl/fury" alt="FURY">Source Code</a></p>
</div>
</div>
</div>
<hr>
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 logo">
<img src="/logos/scipy_logo.png" />
</div>
<div class="pure-u-1 pure-u-md-1-2">
<h2>
SciPy
</h2>
</div>
</div>
<br />SciPy provides algorithms for optimization, integration, interpolation, eigenvalue problems, algebraic equations, differential equations, statistics and many other classes of problems.
SciPy wraps highly-optimized implementations written in low-level languages like Fortran, C, and C++. Enjoy the flexibility of Python with the speed of compiled code.
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1">
<p>Contact Links</p>
</div>
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
<p><a href="n/a">Chat</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
<p><a href="https://mail.python.org/mailman3/lists/scipy-dev.python.org/">Mailing List</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
<p><a href="https://scipy.org/">Homepage</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/scipy/scipy/wiki/GSoC-2022-project-ideas" alt="SciPy logo">Ideas Page</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/scipy/scipy" alt="SciPy">Source Code</a></p>
</div>
</div>
</div>
<hr>
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 logo">
<img src="/logos/Elastica_logo_256.png" />
</div>
<div class="pure-u-1 pure-u-md-1-2">
<h2>
PyElastica
</h2>
</div>
</div>
<br />PyElastica is the python implementation of Elastica, a free and open-source software project for the simulation of assemblies of slender, one-dimensional bodies using Cosserat rod theory, which provides a powerful and versatile framework for modeling the dynamics of slender structures interacting among themselves and with their environment. We are focused on providing useful simulation tools to the robotics and biomechanics communities to model, control, and visualize how these slender structures evolve and interact.
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1">
<p>Contact Links</p>
</div>
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
<p><a href="https://gitter.im/PyElastica/community">Chat</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-2" style="text-align: center;">
<p><a href="https://www.cosseratrods.org/">Homepage</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/GazzolaLab/PyElastica/discussions/61" alt="PyElastica logo">Ideas Page</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/GazzolaLab/PyElastica" alt="PyElastica">Source Code</a></p>
</div>
</div>
</div>
<hr>
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1-2 logo">
<img src="/logos/final_twu33Ki.png" />
</div>
<div class="pure-u-1 pure-u-md-1-2">
<h2>
Towhee
</h2>
</div>
</div>
<br />Towhee is a flexible, application-oriented framework for running machine learning (ML) pipelines. It is a Python project that aims to make greatly simple anything2vec, allowing everyone - from beginner developers to large organizations - to deploy complex pipelines with just a few lines of code. It has become a common practice among the industry to drive data applications with neural network models. Applications involving embedding can be seen in all walks of life, such as product recommender system, copyright protection, data management, software security, new drug discovery, finance, insurance, etc. Despite the fact that the concept of “embed everything” has prevailed in academia and industry in recent years, how to embed unstructured data reasonably and efficiently based on business needs is still an urgent problem that has not yet been resolved. The idea of the Towhee project is to sweep out those obstacles and make MLops significantly easier.
<div class="pure-g">
<div class="pure-u-1 pure-u-md-1">
<p>Contact Links</p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://slack.towhee.io/">Chat</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://twitter.com/towheeio">Twitter Url</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://docs.towhee.io.">Blog Url</a></p>
</div>
<div class="pure-u-1 pure-u-md-1-3" style="text-align: center;">
<p><a href="https://towhee.io">Homepage</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://krishnakatyal.github.io" alt="Towhee logo">Ideas Page</a></p>
</div>
<div class="pure-u-1 pure-u-md-1" style="text-align: center;">
<p><a href="https://github.com/towhee-io/towhee" alt="Towhee">Source Code</a></p>
</div>
</div>
</div>
<hr>
<!-- End template -->
<div class="content">
<div class="pure-u-1 pure-u-md-1-1 pure-u-lg-1-1">
<h2 class="content-head content-head">Friends of the PSF</h2>
<p>Here's some more interesting organizations that use Python!</p>
<ul>
<li><a href="https://tardis-sn.github.io/gsoc/category/ideas-page.html">TARDIS</a> TARDIS is an open-source Monte Carlo radiative-transfer spectral synthesis code for 1D models of supernova ejecta. It is designed for rapid spectral modelling of supernovae. It is developed and maintained by a multi-disciplinary team iincluding software engineers, computer scientists, statisticians, and astrophysicists.</li>
</ul>
</div>
</div>
</div>
</div>
<script src="js/ui.js"></script>
</body>
</html>