-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
himtanaya
committed
May 14, 2017
1 parent
589f198
commit 860aad2
Showing
1 changed file
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,21 @@ | ||
# web-dev-template | ||
|
||
1. git clone https://github.com/jannunzi/web-dev-template.git | ||
1. cd web-dev-template | ||
1. npm install | ||
1. mongod | ||
1. node server.js | ||
1. browse to localhost:3000 | ||
About me | ||
|
||
I am graduate student at Northeastern University, majoring in computer science. My technical expertise includes cross-platform proficiency (Windows, Unix and Linux); fluency in programming languages such as Java, and SQL; I have also worked with Python and R. | ||
|
||
Projects | ||
|
||
Content Delivery Network: Built a DNS server using Python that redirects the clients based on information such as geolocation to the web servers deployed on Amazon EC2 instances (replica servers). Implemented a HTTP server which returns the content requested by the client either from cache or from the origin server.Also, implemented a cache replacement strategy that deletes the least frequently requested content | ||
Automatic Essay Grader: Developed a system using Python, that automates the task of grading essays using natural language processing tools. The model is trained using a set of features and then linear regression is applied to calculate the score. The model gives an accuracy of 75%. | ||
Disease Prediction Using Clustering Techniques: Developed a system using Java and R programming that predicts the diseases that a demographic is most likely to suffer from to help Governmental Health departments predict changing trends and take preventive measures to address diseases. Processed streams of semantic data (RDF format) and converted it to structured data to apply data mining algorithm for predictive analysis. | ||
|
||
About the Repository | ||
|
||
The purpose of this repository is to submit my work for the Web Development course CS5610. This wiki contains the links to the course project, assignment and also provides the root to the hosted environment on Heroku. | ||
Quick Links: | ||
|
||
Heroku | ||
|
||
Project | ||
|
||
Assignments | ||
|