nav-logo-mbnav-logo-ds

Projects

These are some of the projects you can be involved in as a member of the club.

  •   Disaster Classification

    The Disaster Classification team aims to create a model that will accurately determine whether a given tweet is about a natural disaster. After using exploratory data analysis and traditional models to derive an accuracy baseline, the team experimented with LSTM, Keras Embedding, Word2Vec, and BERT. In the future, the team plans to use LSTM for embedding and SVM for output. Jupyter Notebooks and Google Colab are currently being used to create the models.

  •   Feed-Me-A-Job

    Feed me a job aims to reduce the intricacies of job searching by introducing a search engine that uses ML to give you tailored job postings based on your resume. The search engine would ideally search through most of the world's job search engines at once. Using NLP, we are trying to extract experiences from resumes and match them with job descriptions obtained through APIs. Currently we are researching better models to achieve a good matching accuracy. Besides that we are trying to make this project into a potential product with our application to Y Combinator seeking start-up funding.

  •   Auto Mute Ads

    This project aims to auto mute advertisements/commercials on youtube. The media streaming on YouTube is taken as input. Video is then segmented into shots and audio which are fed into the classifiers and the end result will be used to mute and unmute the audio. MFCC BoW feature will be used for audio features and visual features such as shot length and presence of text bands will be used along with AWS lambda, S3 , EC2 to bucket the and process the video.