Skip to content
View dngatimin95's full-sized avatar
β˜„οΈ
Whooosh
β˜„οΈ
Whooosh
  • Singapore, Singapore
Block or Report

Block or report dngatimin95

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
dngatimin95/README.md

Hello World, and Welcome to my page! πŸŽ‰

The name's Darren and I'm currently building things that I find interesting, especially within the field of AI and ML 🧠

  • πŸ”¨ Currently working on:
    • πŸ’₯ ml related
      • Figure out how to implement a GPT2 transformer and LSTM to generate text in Plot_Gen
      • Training an AI to play the snake game in pyGame_Tour through reinforcement training
    • πŸ”— others
      • Learn all about backend, APIs through building an API to store food places to try
      • Learning ins and outs of web development with Flask
      • Find out if Neural Networks dreams of electric sheep
  • πŸ“« You can reach me on my LinkedIn or via my website

Pinned Loading

  1. Glassdoor_Scrape Glassdoor_Scrape Public

    Scraping the Glassdoor website for skills and qualifications needed for certain professions such as Data Analyst, Data Scientist or Software Engineers before visualizing them.

    Python

  2. Tic_Tac_Go Tic_Tac_Go Public

    Simple Tic-Tac-Toe Game written in Go which allow users to play either with other people locally, an easy AI or an undefeatable AI. (Thanks to the minmax algorithm)

    Go

  3. Personal_Portfolio Personal_Portfolio Public

    Personal Website built with Flask, HTML and CSS hosted on Render. There are two parts to this website. The other one can be accessed via /hi

    HTML

  4. Anime_Chara_Detect Anime_Chara_Detect Public

    Detecting anime characters and predicting their names in real time based on an anime character dataset that the user creates by scraping images off the web.

    Python

  5. All_Things_Food All_Things_Food Public

    Basic API built using Flask to store places of interest on MongoDB. Users can interact with this API using the Telegram API

    Python

  6. Plot_Gen Plot_Gen Public

    Generating unique anime summaries using LSTM units and a GPT2 transformer with data scraped from MyAnimeList website

    Python