Skip to content
View sujpac's full-sized avatar

Block or report sujpac

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 Loading

  1. image2ascii image2ascii Public

    A script that converts image files into ASCII art.

    Python

  2. tic-tac-toe-AI tic-tac-toe-AI Public

    Built a simple 3x3 command-line Tic-Tac-Toe game engine which facilitates human vs. human, AI vs. human, & AI vs. AI gameplay. Wrote an unbeatable AI using the MiniMax algorithm with caching.

    Python

  3. sentiment-analysis-model sentiment-analysis-model Public

    Film review sentiment analysis using recurrent neural networks

    Python

  4. pytetris pytetris Public

    A fully playable implementation of Tetris, the classic block falling puzzle, written in Python with Pygame

    Python

  5. youtube-api youtube-api Public

    Python scripts that mess around with the YouTube API - oAuth2 authentication, scraping video comments, computing the total duration of a playlist

    Python

  6. reddit-scraper reddit-scraper Public

    (1) Scrapes the metadata of posts from a user's saved posts list, (2) Stores the data in Postgres, (3) Allows user to retrieve saved posts with features such as sort by date or group by subreddit