Skip to main content

My Projects During College



Projects 2014-2017
  • Tour and Travel Website- Implementation of Html5, CSS3 in Tour and travel website as group project at Integer Innovation
  • Quiz Mania Using Java- Quiz Mania is a dsktop application for quiz taking and learning programming through books and videos. Java Core concepts are used for developing this application during inhouse training at ASET, New Delhi
  • Resume Builder-  RESUME Builder is simple web project through which you can manage your resume, you can add your details, skills, projects, scores, educational qualifications, achievements etc in different sections. You can view them in a tabular form. It's user interface is simple to understand. You can also add your notes and save them. This project is made using PHP, Mysqli database, Wamp server, HTML5 and CSS3. More functionalities will be added to it like making a resume in different formats in DOC and PDF so that anyone can download it. https://github.com/Ankita002/ResumeBuilder
  • Digital Learning Environment- It is a web project which presents an environment where you can read book, watch videos and download tutorial on programming and computer science and use it as computer learning software. HTML5 and CSS3 are used to develop it. All resources are available offline. You only need a PDF reader and video viewer in your browser to run this application.It works best on Google chrome.
  • Corporate Data Storage- Data storage is a simple web application developed using HTML5, CSS3, PHP, Mysqli database on Wamp server. You can add and store your business contacts in mysqli table by filling a form and directly view them in a table in one go.
  • BMI Calculator Website- This web project is created using Javascript, HTML5 and CSS3. It has a BMI calculator and Body fat percentage calculator developed using Javascript. Information about BMI, BMI chart, Diseases related to BMI and links to various websites for BMI, weight loss diets are also added in the websites's homepage. https://github.com/Ankita002/BMI-Calculator
  • Employee Database Project- Employee database project is implemented in C programming language using structures and binary files.Employee information like name,salary, age,department,date of joining, employee level in a scale of 1 to 7 are stored. operations like add record,list records, modify, delete etc are implemented using file operations,pointers and structures. Data is stored in .DAT file.
  • PhoneBook App- It is a simple phone book application developed using C language. It stores contact details like name, id, address, contact number. C concepts like structures, pointers, file handling operations are used and data is stored in .DAT file. IDE used to develop it is Codeblocks. It is submitted as a project in my online course on c programming language at twenty19.com.
  • Password Store App- It is basically a password storage type application developed using c language. Users can register and then login using their account. Password, Website name, Email Id can be stored for different accounts. It has a menu based interface to perform user operations like addition,modification, deletion and others. Users need to remember just one password, using which he can access many others of different accounts. Also many users can use same app. Data of each user will created and stored in different .DAT files which will be created when user registers first time. Structures, file handling, pointers etc are used. https://github.com/Ankita002/Password-Store-in-C
  • Book Store Management System- It is Book store management application built using Python programming language It stores book name, author, ISBN number etc and performs operations like add, modify, delete, search using file operations, classes, loops, pickle method, output formatting which were successfully implemented during my online course on Python programming from Twenty19.com.
  • OCD Website- OCD website is a simple website developed using Html and css. It informs about Obsessive compulsive disorder by displaying nature of ocd, symptoms, treatment options. Feedback of users are stored in a table using Php and Mysqli in wamp server. A newsletter is also implemented in which users submits his email id which is stored at wamp server using php. In diagnosis section, a self diagnosis test is developed using html, css and javascript to help users to understand their level of ocd and chances of them being diagnosed with OCD. Menu, user interface design and image gallery, newsletter and others components are implemented. It was submitted as a project in my online course on User Experience (web) at twenty19.com. https://github.com/Ankita002/OCDWebsite
  • Online Railway Reservation Website- It is a simple railway reservation website developed using Html, CSS and PHP in wamp server. User can book ticket, check fare charges, see destinations and cancel ticket. User can inquire ticket availability. Two modes of transaction by debit and credit card are implemented. Booking detailed are stored in a table in Mysql and can be viewed by user. Tables for transactions are also implemented. https://github.com/Ankita002/OnlineRailway
  • Student Store Application in C++
  • Solar Energy Website -Simple Single Page Website using Html, CSS
  • Intrusion Detection System using Cloud 
  • Implementing Resource Allocation algorithm in Cloud Computing
  • Twitter Data Mining using R- Twitter Data Mining using R.
  • Marketing Research Project- Marketing research project on countries assigned to me, Marketing assignment and Marketing strategy for a new brand at Travizars Pvt Ltd during my internship in marketing and advertising.

Comments

Popular posts from this blog

OCR Image Text Detection and Image Manipulation Project

Developed as a course project, the main goal behind this project was to test ability to learn and use python libraries , use openCV to detect faces, tesseract to do optical character recognition and ability to use PIL to composite images together into contact sheets.  Task was to write python code which allows one to search through the images looking for occurrences of keywords and faces, to perform text detection on newspaper images data and  r eturn a contact sheet of all the faces which were located on the newspaper page which mentions that text . I divided whole task into subtasks into functions like, get files, binarise, to check is string is found, to chow faces, to show sheet,  building contact sheet and used libraries to achieve each task, like for images used PIL, cv2, etc 

Successful Presentation Notes

4 Modules Fear, The Formula, Practice, Engaging the audience Its takes practice and confidence Successful presentation is a public performance of the private self. Prof. Kuskin’s ten best practices for successful public speaking- Number 1 The Keith Code Rule: Fear inhibits execution. By controlling fear, we are able to execute on multiple levels. Number 2 Successful Presentation is storytelling. Number 3 Stories have a Beginning, Middle and Ending and often have single main meaning or moral. Number 4 Stories are always, in part, about the storyteller or people want to see people. Number 5 Stories are told; indeed, great stories are performed. Number 6 The Basic Formula is a simple three by three grid: Introduction, Content, & Conclusion, each of which have three parts: a. The Introduction has three elements: Salutation, Review, & The One Compelling Point b. The Content has three parts: Topic, Data, & Analysis c. The Conclusion has three parts: Summary, Discussion, & Tha...

Guided Projects from DataQuest

Guided Project: Finding Heavy Traffic Indicators on I-94 This project was about analysing a dataset about the westbound traffic on the I-94 Interstate highway and goal of analysis was to determine a few indicators of heavy traffic on I-94 which could be weather type, time of the day, time of the week, etc. My analysis concluded summer months, business days and 7AM or 4PM hours indicated very high traffic volume while winter months, weekends, normal hours were low on traffic and two weather conditions light rain and snow and clear sky also indicated moderately high traffic. I used exploratory data analysis and visualization to work through this analysis. Code Link Guided Project: Exploring Hacker News Posts I worked with Hacker News Posts Dataset to determine the questions like: Do Ask HN or Show HN receive more comments on average? Do posts created at a certain time receive more comments on average? I worked on preparing dataset, cleaning it, sorting using python strings, date and time...