Skip to content

Instantly share code, notes, and snippets.

View praveenrambalu's full-sized avatar

Praveenram Balachandran praveenrambalu

View GitHub Profile
@praveenrambalu
praveenrambalu / index.html
Created June 6, 2018 07:49
Speech to Text Recognization
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
</head>
@praveenrambalu
praveenrambalu / index.html
Last active January 8, 2023 21:23
Speech to Color Changer
<script src="main.js"></script>
<link rel="stylesheet" href="main.css">
<h1>Say Color:</h1>
<div class="color-cube">
<div class="circle outer">
<div class="circle inner"></div>
</div>
</div>