Skip to content

Instantly share code, notes, and snippets.

View wini2810's full-sized avatar
🎯
Focusing

ItCrunchie wini2810

🎯
Focusing
View GitHub Profile
@wini2810
wini2810 / Jarvis.cs
Created August 16, 2018 07:16
This is simple voice recognition code created using Visual C# as windows application. It is made in Visual Studio 2015 Professional.
using System;
using System.IO;
using System.Speech.Recognition;
using System.Speech.Synthesis;
using System.Windows.Forms;
namespace Jarvis
{
public partial class Form1 : Form
{