Skip to content
View therealaleks's full-sized avatar

Highlights

  • Pro

Block or report therealaleks

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. MySamy MySamy Public

    A web app made for McHacks 7 designed to be an emotionally responsive talking companion for marginalized children. It uses the IBM Watson API to conduct content and emotional analysis on speech dat…

    JavaScript 2

  2. 2DpointsAI 2DpointsAI Public

    Given a point and a data 2D set of points with 2 defined subsets, this decision tree determines two which subset the point likely belongs.

    Java 1

  3. JAVAtoMIPS JAVAtoMIPS Public

    This is web app is a versatile "decompiler"of sorts which lets the user write Java code using a few select classes to then translates it into MIPS code fit to run on MARS. The front-end UI is curre…

    Java 1

  4. MNISTclassmodel MNISTclassmodel Public

    This classification model operates on a modified MNIST data set - each image of the set is a matrix of greyscale pixels representing 3 numbers. The model outputs the number of greatest value in the…

    Jupyter Notebook 1

  5. naturalLanguageAnalyzer naturalLanguageAnalyzer Public

    The python server for the My Samy project - using IBM's Watson API, this program analyzes speech data and outputs the detected topic and associated emotion. It is currently capable of reconizing 6 …

    Python 1

  6. Simple_File_System Simple_File_System Public

    A simple file system implementation mountable with Fuse

    C