## Software requirement ### MongoDB database: MongoDB is a document database that stores data in flexible, JSON-like documents. Our project uses MongoDB implementation at every stage. Download [link](https://www.mongodb.com/download-center/community). ### Python and related libraries: The project implementation is based on Python3 (download [link](https://www.python.org/downloads/)) and following python libraries. #### SciPy, NumPy, Jupyter Notebook, Pandas, Matplotlib Download [link](https://scipy.org/install.html) #### scikit-learn Download [link](https://scikit-learn.org/stable/install.html) #### PyMongo PyMongo is a Python library for working with MongoDB from python Downloading [link](https://api.mongodb.com/python/current/index.html) #### pytz Download [link](https://pypi.org/project/pytz/) #### Folium Download [link](https://python-visualization.github.io/folium/installing.html)