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

Block or report sebin7tony

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

Pinned

  1. ChatBot ChatBot Public

    This is my attempt to create a chat bot for automation of tasks like creating a graph,create a vacation list etc. I am using Spacy to understand the natural language and the intentions.

    JavaScript 1

  2. Email-Emotion-Intelligence Email-Emotion-Intelligence Public

    This is email analytics based on enron email dataset to analyse the emotion attached with the type of words used. NRC emotion lexicon is used to classify the emotions. This can be used as a custome…

    CSS 3 1

  3. TradeStar TradeStar Public

    This is option data scrapping app deployed on spring boot+gradle. Used a headless chrome browser from selenium to run in the background. More information on running a headless chrome can be found o…

    Java

  4. LargeFileProcessor LargeFileProcessor Public

    This is a large file processor which deals with files which are bigger than the jvm memory. This sorts the text contents of the original file and write into a different file using external sorting …

    Java 1 1

  5. D3-ChartRace-Animations D3-ChartRace-Animations Public

    This repository contains bar chart race/line chart animations implemented in D3.js. The application is built in Vue.js and used D3.js to create animations for different datasets. You can watch the …

    Vue 3 3

  6. Global-State-With-Hooks Global-State-With-Hooks Public

    This project showcase the power of React hooks by creating a redux-like global state store using useReducer and useContext.

    JavaScript