A request from the Tunisian Startup Thnity to create dummy data for their project.
So, the Tunisian Startup Thnity was in need for dummy geolocation data for their business analysis. Each row of this dummy data is actually a fictional individual with a home geolocation and a work geolocation centered mainly in Great Tunis.
1 - Clone repository
2 - create virtual environment
python3 -m venv env
Then activate it.
3 - This will install all the needed dependencies
pip install -r requirements.txt