-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 1.17 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark" />
<link rel="stylesheet" href="css/pico.min.css">
<title>Days Since Last ML Framework</title>
</head>
<body>
<main class="container">
<h1>Days Since Last Machine Learning Framework: 1</h1>
Latest ML framework: <a href="https://github.com/ArcaneLightning/MLCancerDrugPrediction">ArcaneLightning/MLCancerDrugPrediction</a>, A machine learning framework using ScanPy and Tensorflow to predict anti-cancer drug efficacy and response. The goal is to enable personalized treatment strategies.<br><br>
<a href="https://github.com/gnawH/MediaPipe">gnawH/MediaPipe</a> 1 days ago<br>
<a href="https://github.com/williamlittle423/kingston_rain_forecasting">williamlittle423/kingston_rain_forecasting</a> 2 days ago<br>
</main>
<footer class="container">
<small>
updated 2025-01-22 09:40.
created by ninpnin.
<a href="https://github.com/ninpnin/days-since-last-ml-framework">git repo</a>
</small>
</footer>
</body>
</html>