- Build a file of 2 MB which contains random objects
- Generate a report that shows the counts of different type objects in the file
It requires Python3 to run. Install the dependencies
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Then run app.py
After that open browser and write http://localhost:5000/