diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-08 22:10:57 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-08 22:10:57 +0530 |
commit | c1927ab79c96435b325be26eaefda430e929d442 (patch) | |
tree | 5379130f5dbccf2d17579dd81e6c836285aeee94 /projects/index.html | |
parent | c473225e8700e8259ef5734f922a91b8567e1bbe (diff) |
Change models to projects
Diffstat (limited to 'projects/index.html')
-rw-r--r-- | projects/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 0000000..31cec81 --- /dev/null +++ b/projects/index.html @@ -0,0 +1,11 @@ +--- +layout: default +title: Projects +--- +<div class="flex flex-row flex-wrap" onclick="window.location='/projects/tensorspeare'"> + <div class="blog-block flex-col break-words transform hover:bg-gray-900 + justify-start max-w-sm" style="cursor: pointer;"> + <a class="text-xl text-white mt-2 border-b pb-1 hover:underline">Tensorspeare</a> + <a class="text-lg text-gray-400 pt-2">A TensorFlow model which generates text that sounds like it was written by Shakespeare </a> + </div> +</div> |