Pinned Repositories
cmput-622-project
cmput-664-project
cmput656-job-knowledge-graph
communitytopic
course-docs
CMPUT 401 Course Docs
CRM-Application
Send Greetings Web Application • Fetches Google contacts details and stores date of events into MySQL DB • Sends greetings by mail and SMS by cron job scheduler •Schedule occasional messages and mails
FBLogin
HNTM
Stegnography
Steganography Android Application - Image Processing Project: It Encodes/Hides text information into image RGB components, Image can be browsed from phone or can be captured by camera, Decrypt message hidden in that image at another phone, Image can be transferred by lossless media transfer
Tourism-Recommendation
• Proposed system enhances user experience by providing a recommendation in travel domain more specifically for food, hotel and travel places to provide user with various sets of options like time based, nearby places, rating based, user personalized suggestions, etc.M RECOMMENDATION METHODS : • Near-by Recommendation Algorithm - KNN Algorithm • Rating based and Price based Recommendation Algorithm - K-Means algorithm • User personalized recommendation Algorithm - Classification - Decision tree using Gini index • Time based Recommendation Algorithm - Using Data Mining Technology - Python, Django Framework, ML Algorithms, Graphlab Ipython (For Proof of Concept)
shr1911's Repositories
shr1911/Tourism-Recommendation
• Proposed system enhances user experience by providing a recommendation in travel domain more specifically for food, hotel and travel places to provide user with various sets of options like time based, nearby places, rating based, user personalized suggestions, etc.M RECOMMENDATION METHODS : • Near-by Recommendation Algorithm - KNN Algorithm • Rating based and Price based Recommendation Algorithm - K-Means algorithm • User personalized recommendation Algorithm - Classification - Decision tree using Gini index • Time based Recommendation Algorithm - Using Data Mining Technology - Python, Django Framework, ML Algorithms, Graphlab Ipython (For Proof of Concept)
shr1911/CRM-Application
Send Greetings Web Application • Fetches Google contacts details and stores date of events into MySQL DB • Sends greetings by mail and SMS by cron job scheduler •Schedule occasional messages and mails
shr1911/Stegnography
Steganography Android Application - Image Processing Project: It Encodes/Hides text information into image RGB components, Image can be browsed from phone or can be captured by camera, Decrypt message hidden in that image at another phone, Image can be transferred by lossless media transfer
shr1911/communitytopic
shr1911/cmput-622-project
shr1911/cmput-664-project
shr1911/cmput656-job-knowledge-graph
shr1911/course-docs
CMPUT 401 Course Docs
shr1911/FBLogin
shr1911/HNTM
shr1911/KG_Cybersecurity_Attack
shr1911/program-analysis-PLSQL
This repository has been made for maintaining the project work for the course CMPUT 500 - Program Analysis. The code here contains the control-flow-graph and taint analysis study for the PL/SQL database codebase.
shr1911/Rating-humor-content-in-textual-documents
shr1911/Zomato-Crawler
• To demonstrate concept of web scrapping to extract data from website • Crawler fetches name, address, reviews, coordinates, timings, price etc. of each restaurants. • Fetched data will be stored in CSV files for future use. Technology : Python, lxml library