Posts

Showing posts with the label MVC

Face recognition using EmguCV 3.0 and typing pattern recognition

Image
Introduction An MSc project with the title Student Examination System, where the objective is to put the students in an examination condition but instead of having an invigilator in an examination center, the system will cater for the proper ongoing of the exam. the system can be used as an online examination system The system is able to: Recognizing the face shape of a particular student Detect if there is more than one person in the examination room  Analyze the typing pattern of a student and detect if any one person is taking part in the exam voice recognition for the student and detect if there is more than one person speaking in the examination room Setup Download Emgu CV from  http://www.emgu.com/wiki/index.php/Main_Page Download Haarcascade from  https://github.com/opencv/opencv/tree/master/data/haarcascades Create an account at  https://www.keytrac.net/ Face recognition The snippet below illustrates how the Emgu CV is loaded when the application starte

Mauritius Hiker - ASP.NET MVC, ASP.NET web api, C#,

Image
Hiking as a sport is common in several countries, in Mauritius this trend has started to because popular due to the fact that organizer can post hiking events on social networks like Facebook, meetup and others. For some people hiking is not just a sport but a lifestyle as well. When an hiking event is organized people have the chance to meet new people, explore new landscape, boost their adrenaline rush and  at the end of the day add it as unforgettable memories The fact the we do not have a specific platform custom made for Mauritians hikers, I have developed a web based application that will help organizers to post hiking events, where individual can get in touch with organizers and perform other functionalities. Screen Shot User Friendly Application Simple user interface to make the user comfortable and at ease, with a beautiful and eye catching navigation menu with option like about us, contact us, drop down menu to group all functionalities such as login and regist

Mail Express web application

Image
Mail Express is a web based application that you can use to sent mail to an individual. The user must have a gmail account where Mail Express will act as a mail client. Technologies used for this project are: ASP.net C#, ASP.net webAPI, SQL server, MVC Screen Shot Login view Register view Home Page view Models Login process Sent the user email and encrypted password in a JSON format to the API using HTTP POST request API is using dependency injection and repository pattern to fetch user details from the database. Sending mail process sent an HTTP POST request to API with email subject, body and other details as JSON format Please donate and support at https://www.paypal.me/Rajcoomar