Pinned Repositories
CandyCrushSaga-2021
Similar to the well know mobile game with different levels and difficulties moreover it has an additional feature where the user can customize games by choosing levels and difficulties
Fake-News-Detection-2022
Classification model for Real and Fake news , applied different machine learning classification techniques and natural language processing (NLP) techniques using python , working with accuracy 95%
Icy-Tower-game-2020
A game where the user aims to get the highest score by jumping over blocks and trying not to miss or fall, the player's speed increases over time for additional game complexity, the game has an option of multiplayers where two users can play and compete
IMDB-2022
IMDB is similiar to the real IMDB website where you can add rating and review for movies and browse all movies and other features
N-Puzzle-Game-2022
N-puzzle solver that can solve any N-puzzle (different dimensions) by using A* search algorithm EFFICENTLY to solve it in the least time possible after determining if the puzzle is solvable or not, in addition you can track all the moves made to reach this best solution and you can solve the puzzle on your own through a friendly GUI.
Player-Level-Classification-2022
Classifier to predict level for a FIFA player (A , B, C) based on 91 features by applying preprocessing for data and applying many classification models with and without hyper parameter tunning to reach 94.7% accuracy
Player-Value-Prediction-2022
A model to predict the value of FIFA player based on many features by applying preprocessing on data and using linear regression model to predict the value.
Saraha-application-2021
Saraha is similiar to the well know Saraha application , where a user can send message to other users in an annonymous way, there are alse some additional feautures , all data (messages and accounts) are saved in text files
Walli-Website-2020
Walli : This website is intended to reserve and view doctors available near a certain area. Users can filter by specialty and view the doctors’ rating, available slots, and information; including name and location.
Word-Game-2021
A game where the user sees a picture and try to guess it and write its name, the game consists of many levels and two difficulties. the progress of levels is saved in the database.
andrew-nassef's Repositories
andrew-nassef/CandyCrushSaga-2021
Similar to the well know mobile game with different levels and difficulties moreover it has an additional feature where the user can customize games by choosing levels and difficulties
andrew-nassef/Icy-Tower-game-2020
A game where the user aims to get the highest score by jumping over blocks and trying not to miss or fall, the player's speed increases over time for additional game complexity, the game has an option of multiplayers where two users can play and compete
andrew-nassef/IMDB-2022
IMDB is similiar to the real IMDB website where you can add rating and review for movies and browse all movies and other features
andrew-nassef/Fake-News-Detection-2022
Classification model for Real and Fake news , applied different machine learning classification techniques and natural language processing (NLP) techniques using python , working with accuracy 95%
andrew-nassef/N-Puzzle-Game-2022
N-puzzle solver that can solve any N-puzzle (different dimensions) by using A* search algorithm EFFICENTLY to solve it in the least time possible after determining if the puzzle is solvable or not, in addition you can track all the moves made to reach this best solution and you can solve the puzzle on your own through a friendly GUI.
andrew-nassef/Saraha-application-2021
Saraha is similiar to the well know Saraha application , where a user can send message to other users in an annonymous way, there are alse some additional feautures , all data (messages and accounts) are saved in text files
andrew-nassef/Walli-Website-2020
Walli : This website is intended to reserve and view doctors available near a certain area. Users can filter by specialty and view the doctors’ rating, available slots, and information; including name and location.
andrew-nassef/Word-Game-2021
A game where the user sees a picture and try to guess it and write its name, the game consists of many levels and two difficulties. the progress of levels is saved in the database.
andrew-nassef/Player-Level-Classification-2022
Classifier to predict level for a FIFA player (A , B, C) based on 91 features by applying preprocessing for data and applying many classification models with and without hyper parameter tunning to reach 94.7% accuracy
andrew-nassef/Player-Value-Prediction-2022
A model to predict the value of FIFA player based on many features by applying preprocessing on data and using linear regression model to predict the value.
andrew-nassef/Security_Algorithms
Implementation for some algorithms made for strings encryption.