Skip to content
View chenxi1103's full-sized avatar
👩‍💻
Chill and Kill!
👩‍💻
Chill and Kill!
Block or Report

Block or report chenxi1103

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. Face_Recognition_Project Face_Recognition_Project Public

    Gender/Race/Emotion classifications based on facial multi-attribute detection were realized through data pre-processing, face detection and extraction by OpenCV, developing training models through …

    Python 11 4

  2. Tamagochi-A-web-based-pet-simulation-game- Tamagochi-A-web-based-pet-simulation-game- Public

    Best Final Project in CMU 17637. A web-based pet simulation game which supports register/change password through email, generate pets randomly among 32 characters, pet evolution (4 levels) based on…

    HTML

  3. Netflix-Movie-Recommendation-System Netflix-Movie-Recommendation-System Public

    Developed a full-stack movie recommendation system with RESTful API to provide clients with 20 recommended movies. Determine the hit rate by collecting clients’ watching data to see if they watch t…

    Python 22 8

  4. Carcassonne-Game-Software Carcassonne-Game-Software Public

    Design and Implemented the Core and GUI of the Carcassonne Game with 5500 lines of Java Code individually. Realized and Demonstrated the Design by UML diagrams including Domain Model, Interactive D…

    Java 1

  5. Google-BigTable-Implementation Google-BigTable-Implementation Public

    Implement a distributed Bigtable-like database which supports effective CRUD for large-scale data with one master server and multiple tablet servers. The master server directly communicates with cl…

    Python 2

  6. Auto-Word-Completion Auto-Word-Completion Public

    Realized Auto-Word-Completion by MapReduce/MySQL, visualized by PHP/Ajax/JQuery. Algorithm used: N-Gram Model

    Java