Skip to content

Commit 4031b8e

Browse files
committed
New projects added in epoc section
1 parent 4064c81 commit 4031b8e

File tree

1 file changed

+35
-8
lines changed

1 file changed

+35
-8
lines changed

index.html

Lines changed: 35 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,16 @@ <h2 class="post-title">Epoc Emotiv Programming</h2>
4949
<p>
5050
A revolutionary personal interface for brain computer interacton.The Emotiv EPOC headset uses a total of 16 sensors, 14 for EEG data, 2 for gyro motions to tune into electrical signals produced by the brain to detect user thoughts, feelings, expressions and their mental state.<br>
5151
<a href="https://github.com/codehunks/emotiv"> Github Official Repository</a>
52-
52+
<br>
53+
<h3> Projects Involved </h3>
54+
<ul>
55+
<li>Tic-Tac-Toe Gyro</li>
56+
<li>Tic-Tac-Toe-Cognitive</li>
57+
<li>Pattern-Authentication</li>
58+
<li>BrainWave Car Gaming</li>
59+
<li>Mind Motion State</li>
60+
<li>Brain Wave Authentication</li>
61+
</ul>
5362
</p>
5463
</div>
5564
</section>
@@ -72,27 +81,45 @@ <h2 class="post-title">Xculture </h2>
7281
<div class="posts">
7382
<section class="post">
7483
<header class="post-header">
75-
<h2 class="post-title">This Website </h2>
84+
<h2 class="post-title">codehunks.github.io </h2>
7685
</header>
7786
<div class="post-description">
7887
<p>
7988
Official website of codehunks. It uses Pure Css responsive framework developed by Yahoo. It is hosted on github free hosting.
8089
</p>
8190
</div>
8291
</section>
83-
84-
<div class="posts">
92+
</div>
93+
94+
<div class="posts">
8595
<section class="post">
8696
<header class="post-header">
87-
<h2 class="post-title">Refer- It</h2>
97+
<h2 class="post-title">News Classifier </h2>
8898
</header>
8999
<div class="post-description">
90100
<p>
91-
Google Chrome extension to refer programming languages functions and keywords.
92-
</p>
101+
A project based on Naive Bayes Classification. It uses <a href="https://github.com/psych0der/textprocess">textprocess</a>, by <a href="https://github.com/psych0der">pshch0der</a> for data pre processing. A tranining data is built which is used to calssify the category of real time news feed.
102+
</p>
93103
</div>
94104
</section>
95-
</div>
105+
</div>
106+
107+
<div class="posts">
108+
<section class="post">
109+
<header class="post-header">
110+
<h2 class="post-title">Cloud Text Pre-Processing</h2>
111+
</header>
112+
<div class="post-description">
113+
<p>
114+
A cloud service for text pre processing by the algorithms like stemming, lemmatization, stop-word removal and normalization. <br>
115+
<a href="http://cloudpreprocessing.herokuapp.com"> Live Demo</a>
116+
117+
</p>
118+
</div>
119+
</section>
120+
</div>
121+
122+
96123

97124
</div>
98125
</div>

0 commit comments

Comments
 (0)