Skip to content
View f20180127's full-sized avatar
Block or Report

Block or report f20180127

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Speech-to-text-basic-transcriptor Speech-to-text-basic-transcriptor Public

    The project involves converting mp3 file to wav and breaking the wav audio into chunks and analyzing the audio chunks using Google's API. The transcript is stored in a transcript.txt file based on …

    Python 1

  2. Football-Match-Result-Prediction Football-Match-Result-Prediction Public

    Prediction of the outcome of football matches of European teams using various ML models. The features include many in-game statistics and team ratings to predict the result.

    Python 1

  3. Image-Classification-using-CNNs Image-Classification-using-CNNs Public

    Multiclass Image classification using Convolutional Neural Networks.

    Jupyter Notebook

  4. NLP-Sentiment-Analysis-using-LSTM NLP-Sentiment-Analysis-using-LSTM Public

    Classificaton of text messages as positive or negative using LSTM.

    Jupyter Notebook

  5. NLP-multiclass-text-classification-using-LSTM NLP-multiclass-text-classification-using-LSTM Public

    Using Long Short Term Memory(LSTM) we aim to classify texts into multiple categories.

    Jupyter Notebook 1

  6. BERT-Sentiment-Analysis BERT-Sentiment-Analysis Public

    The dataset includes positive and negative movie reviews on IMDB. We use the BERT model developed by Google to predict the sentiment of the reviews.