|
6 | 6 | # mentors: github handles |
7 | 7 | # categories: AI / data / dev tools / apps / cloud / media / operating systems / programming languages / science / security / social / web |
8 | 8 | # repolinks: reference links to respective github repos |
| 9 | + |
9 | 10 | - title: Machine learning inference in Cats Effect |
10 | 11 | description: |
11 | 12 | We want to make it possible to deploy machine learning inference as part of a larger web service without compromising the latency of other on-going requests. The goal of this project is to create a compiler to transform a pre-trained ML model into a sequence of Cats Effect `IO` steps that perform inference on some input. |
|
15 | 16 | mentors: [armanbilge, djspiewak, ekrich, valencik] |
16 | 17 | categories: [AI, web, programming languages] |
17 | 18 | repolinks: |
18 | | - - https://github.com/typelevel/cats-effect |
| 19 | + - name: cats-effect |
| 20 | + url: https://github.com/typelevel/cats-effect |
19 | 21 |
|
20 | 22 | - title: Serverless integrations for Feral |
21 | 23 | description: |
|
26 | 28 | mentors: [armanbilge, bpholt] |
27 | 29 | categories: [cloud, programming languages] |
28 | 30 | repolinks: |
29 | | - - https://github.com/typelevel/feral |
| 31 | + - name: feral |
| 32 | + url: https://github.com/typelevel/feral |
30 | 33 |
|
31 | 34 | - title: Native I/O backend for FS2 JVM |
32 | 35 | description: |
|
37 | 40 | mentors: [antoniojimeneznieto, djspiewak, mpilquist, armanbilge] |
38 | 41 | categories: [operating systems, programming languages] |
39 | 42 | repolinks: |
40 | | - - https://github.com/typelevel/fs2 |
| 43 | + - name: fs2 |
| 44 | + url: https://github.com/typelevel/fs2 |
41 | 45 |
|
42 | 46 | - title: Polling-based I/O in FS2 |
43 | 47 | description: |
|
48 | 52 | mentors: [armanbilge, mpilquist, antoniojimeneznieto] |
49 | 53 | categories: [operating systems, programming languages] |
50 | 54 | repolinks: |
51 | | - - https://github.com/typelevel/fs2 |
| 55 | + - name: fs2 |
| 56 | + url: https://github.com/typelevel/fs2 |
52 | 57 |
|
53 | 58 | - title: FS2 Connection API |
54 | 59 | description: |
|
59 | 64 | mentors: [mpilquist, armanbilge] |
60 | 65 | categories: [operating systems, programming languages] |
61 | 66 | repolinks: |
62 | | - - https://github.com/typelevel/fs2 |
| 67 | + - name: fs2 |
| 68 | + url: https://github.com/typelevel/fs2 |
63 | 69 |
|
64 | 70 | - title: Web Components for Calico |
65 | 71 | description: |
|
70 | 76 | mentors: [armanbilge] |
71 | 77 | categories: [web, programming languages] |
72 | 78 | repolinks: |
73 | | - - https://github.com/armanbilge/calico |
| 79 | + - name: calico |
| 80 | + url: https://github.com/armanbilge/calico |
74 | 81 |
|
75 | 82 | - title: Upgrade sbt-typelevel to sbt 2 |
76 | 83 | description: |
|
81 | 88 | mentors: [mzuehlke, armanbilge] |
82 | 89 | categories: [development tools] |
83 | 90 | repolinks: |
84 | | - - https://github.com/typelevel/sbt-typelevel |
| 91 | + - name: sbt-typelevel |
| 92 | + url: https://github.com/typelevel/sbt-typelevel |
85 | 93 |
|
86 | 94 | - title: Refresh Davenverse projects |
87 | 95 | description: |
|
92 | 100 | mentors: [samspills, valencik] |
93 | 101 | categories: [development tools, programming languages] |
94 | 102 | repolinks: |
95 | | - - https://github.com/davenverse |
| 103 | + - name: davenverse |
| 104 | + url: https://github.com/davenverse |
96 | 105 |
|
97 | 106 | - title: Cats Effect & FS2 on WASM/WASI |
98 | 107 | description: |
|
113 | 122 | mentors: [morgen-peschke, kubukoz, irevive] |
114 | 123 | categories: [cloud, programming languages] |
115 | 124 | repolinks: |
116 | | - - https://github.com/typelevel/log4cats |
| 125 | + - name: log4cats |
| 126 | + url: https://github.com/typelevel/log4cats |
117 | 127 |
|
118 | 128 | - title: http4s-fs2-data |
119 | 129 | description: |
|
124 | 134 | mentors: [satabin, ybasket] |
125 | 135 | categories: [cloud, web, programming languages] |
126 | 136 | repolinks: |
127 | | - - https://github.com/typelevel/fs2 |
128 | | - - https://github.com/http4s/http4s |
| 137 | + - name: fs2 |
| 138 | + url: https://github.com/typelevel/fs2 |
| 139 | + - name: http4s |
| 140 | + url: https://github.com/http4s/http4s |
129 | 141 |
|
130 | 142 | - title: Convert Doobie test suite to use munit-cats-effect |
131 | 143 | description: |
|
0 commit comments