From 93fe7eaa3273db183f397789be5cc050ab35b6d6 Mon Sep 17 00:00:00 2001 From: EthanPisani Date: Mon, 21 Oct 2024 23:24:37 -0400 Subject: [PATCH] Update main.html with favicon and theme color --- templates/main.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/templates/main.html b/templates/main.html index b7791d3..b395f71 100644 --- a/templates/main.html +++ b/templates/main.html @@ -26,7 +26,12 @@ href="{{ url_for('static',filename='css/main.css') }}" /> - + + + @@ -207,7 +212,7 @@
  • Created 2 Machine Learning Agents to play the video game CSGO
  • Object detection Model using Yolov7 in Pytorch and A* path finding
  • Behavioural Cloning Model using JAX/FLAX running from a OpenAI GYM environment
  • -
  • Achieved 87% accuracy on custom data set of over 5,000 images>
  • +
  • Achieved 87% accuracy on custom data set of over 5,000 images