mirror of
https://github.com/EthanPisani/ethanpisani.com.git
synced 2025-07-02 18:15:18 -04:00
Update main.html with favicon and theme color
This commit is contained in:
parent
6b9468e028
commit
93fe7eaa32
@ -26,7 +26,12 @@
|
||||
href="{{ url_for('static',filename='css/main.css') }}"
|
||||
/>
|
||||
|
||||
|
||||
<meta name="msapplication-TileColor" content="#000000" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<link
|
||||
rel="icon"
|
||||
href="{{ url_for('static',filename='img/favicon.ico') }}"
|
||||
/>
|
||||
<!-- Particles.js Library -->
|
||||
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
|
||||
</head>
|
||||
@ -207,7 +212,7 @@
|
||||
<li>Created 2 Machine Learning Agents to play the video game CSGO</li>
|
||||
<li>Object detection Model using Yolov7 in Pytorch and A* path finding</li>
|
||||
<li>Behavioural Cloning Model using JAX/FLAX running from a OpenAI GYM environment</li>
|
||||
<li>Achieved 87% accuracy on custom data set of over 5,000 images></li>
|
||||
<li>Achieved 87% accuracy on custom data set of over 5,000 images</li>
|
||||
</ul>
|
||||
|
||||
<hr>
|
||||
|
Loading…
Reference in New Issue
Block a user