Projects
Being a student, I have repeatedly been exposed to new cultures and diverse groups of people. This has made me able to quickly adapt to changes gain a broader perspective. I am always curious about things and enjoy learning.
This project was aimed to used sentiment analysis to determining product recommendations. We started with data engineering and text mining, which cover change the text into tokens, remove punctuation, numbers, stop words, and normalization them by using lemmatization. Following we used the bag of words model to convert the text into numerical feature vectors.
.png)
PhoneBook
This software is built-in Python 2.7.3. It keeps records of contact details in which you can Insert and edit the contact detail. This software contains Tkinter, Sqlite3, and the message box. This software starts with a splash window that closed automatically when you move your cursor.
.png)
Software for movie ticket booking.A login page for validating existing users and a Sign-up option for new users. In this users can book, cancel and check Their current bookings. All the bookings are stored in a database using sqlite3.
.png)