• Stars
    star
    1
  • Language
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Smart assistant similar to Google assistant is designed us- ing Google DialogFlow NLP Engine to help Muslims during their pilgrimage (Hajj) journey. I participated with this ap- plication in Hajj Hackathon 2018. The back-end is Nodejs and DialogFlow.

More Repositories

1

PintOS

Implementation of the operating system named PintOS which is a project from Stan- ford university. It consists of 3 projects for implementing Threads, timer interrupt, priority schedulers, UI to run user programs and system calls.
C
9
star
2

Chess_game

Simple 2-player console chess game 8 by 8 grid implemented in C. It supports vali- dations of the wrong moves, checkmates, promotion and stalemate. Also it supports Undo/Redo facility.
C
1
star
3

Dynamic-Memory-Allocator

Dynamic memory allocator project to implement malloc and free functions in C to perform like the built-int functions in malloc Package of C. Hint: The base code for this project is taken from Computer Systems_ A Programmer's Perspective by Randal E. Bryant, David R. O'Hallaron
C
1
star
4

Landing-Page

This Project is a front-end implementation of a website landing page using HTML and CSS.
CSS
1
star
5

Deep-Learning

Jupyter Notebook
1
star
6

8-Puzzle

The program is implemented in Java to solve 8-Puzzle using Informed and Uninformed Search Algorithms like (BFS, DFS & A*). The solver is supported with nice GUI to view the steps of reaching the goal state from the initial state.
Java
1
star
7

RISK

Simple implementation for the game in Python with options to play with Smart Agents (Computer Side). There are multiple types of smart agents implemented for example (passive, aggressive, pacifist and greedy agents) to compare their performance and intelligence. The game has a nice GUI that enables the players to play the game.
Jupyter Notebook
1
star