Skip to content
View ali207715's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ali207715

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

Hi there 👋 I am Ali.

This page contains a short list of projects I have completed, started or have planned to start in the near future.

Projects that require visualisation.

  • Reinforcement learning agent (TP and SARSA) maze pathfinder
  • Reversi/Othello AI player (minimax w/ alpha-beta pruning)
  • A-star pathfinding algorithm

Projects to be added soon.

  • Django based porfolio website
  • Hackathon project

Future projects planned.

  • Javascript related projects
  • C++ related projects

Pinned Loading

  1. AI-Chat-bot AI-Chat-bot Public

    An AI chatbot that uses libraries from NLTK and TensorFlow to generate conversation using statistical natural language processing based on the given training data.

    Python

  2. Image-classifier Image-classifier Public

    Image classifying program that utilizes Naive Bayes and Nearest Neighbors algorithms to classify a set of digit and alphabets.

    Python

  3. Spam-filter Spam-filter Public

    A spam filtering program that takes emails as input and returns if they are spam or ham.

    Python

  4. ChatBot-FastAPI- ChatBot-FastAPI- Public

    An AI chat bot that can be hosted on a local server thanks to FastAPI

    Python 1

  5. file_copier file_copier Public

    A simple program that copies files given a config.xml file with the required information.

    Python

  6. image_resizing image_resizing Public

    Python