-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojects.html
More file actions
116 lines (108 loc) · 5.34 KB
/
Copy pathprojects.html
File metadata and controls
116 lines (108 loc) · 5.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
layout: portfolio
title: Projects and Experiments
permalink: /projects/
redirect_from:
- /current_projects/
- /previous_projects/
- /experiments/
---
<section class="hero is-link">
<div class="hero-body">
<div class="container ">
<h1 class="title ">
Projects and Experiments
</h1>
<p class="subtitle">
Some benefited others, all thought me a great deal, few maintained, all created before graduation i.e.
July 2016
</p>
</div>
</div>
</section>
<section class="section">
<div class="tile is-ancestor">
<div class="tile is-vertical is-8">
<div class="tile is-parent">
<article class="tile is-child box is-radiusless">
<div class="content">
<p>Quite a few of these were inspired from the problems/opportunities which surfaced while I was
in
campus and affected other students also.<br/>
I am glad that other students found these useful.</p>
</div>
</article>
</div>
<div class="tile is-parent">
<article class="tile is-child box is-radiusless">
<p class="title"><a href="/kronymous" class="is-link">Kronymous <i
class="fa fa-external-link is-size-6 has-text-weight-light"></i></a></p>
<div class="content">
<p>A Chrome app which creates a system wide (tor)socks proxy enabling access to Tor network.</p>
</div>
</article>
</div>
<div class="tile">
<div class="tile is-parent is-vertical">
<article class="tile is-child box is-radiusless">
<p class="title"><a href="/intentio" class="is-link">Intentio <i
class="fa fa-external-link is-size-6 has-text-weight-light"></i></a></p>
<div class="content">
<p>An android application intended for NU students</p>
</div>
</article>
<article class="tile is-child box is-radiusless">
<p class="title"><a href="/motify" class="is-link">Motify <i
class="fa fa-external-link is-size-6 has-text-weight-light"></i></a></p>
<div class="content">
<p>A Chrome extension which fetches the information from Moodle (LMS)</p>
</div>
</article>
</div>
<div class="tile is-parent is-vertical">
<article class="tile is-child box is-radiusless">
<p class="title"><a href="/direct-transfer" class="is-link">Direct Transfer <i
class="fa fa-external-link is-size-6 has-text-weight-light"></i></a></p>
<div class="content">
<p>An intrAnet file sharing application</p>
</div>
</article>
<article class="tile is-child box is-radiusless">
<p class="title"><a href="/regtop" class="is-link">RegTop <i
class="fa fa-external-link is-size-6 has-text-weight-light"></i></a></p>
<div class="content">
<p>A webapp which helped NU students register their project topic on first come first serve
basis while taking care of topic similarity</p>
</div>
</article>
</div>
</div>
</div>
<div class="tile is-parent">
<article class="tile is-child box is-radiusless">
<div class="content">
<p class="title">Experiments</p>
<p>Projects done with primary intent to learn, which have not been used by anyone else but
fulfilling nonetheless</p>
<p><Strong><a href="/twitter-bot">Twitter Bot</a></Strong>:
A Twitter bot built using Gooogle App Script which posts
hourly updates.</p>
<p><Strong><a href="/sentiment-analysis">Sentiment
Analysis</a></Strong>: An attempt to predict the
sentiment(s) of
given text data.</p>
<p><Strong>Stock market recommender</Strong>: A Hybrid Recommendor system utilizing association rule
mining and similarity matrices.</p>
<p><Strong><a href="/spelling-correction">Spelling
Correction</a></Strong>: Spelling correction with
minimum editing
distance as parameter.</p>
<p><Strong><a href="/project-beedo">Project
Beedo</a></Strong>: A robot capable of avoiding
obstacles and detecting
fire simultaneously using only IR sensors.</p>
</div>
</article>
</div>
</div>
</section>