Algiers HNO is a website that will find the hospital with the specifications you require for in Algiers and give you the shortest path to it. This is an Intro. to AI school project proposed by Mr. Ahmed GUESSOUM at the Higher National School of AI (ENSIA)
Create a new environment and Install the requirements
conda env create -m Algiers-HNO -f requirements.yaml
Install node_modules
cd client
npm install
Make the run.sh
file executable, then execute it
chmod +x run.sh
./run.sh
- We are working on providing a better user experience
- Expanding the project to serve all states of Algeria is put into consideration
- Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.