A simple practice exercise in inferring car speed, given the temperature (in °F) and cloud coverage percentage, using Mamdani inference system. To run fuzzycar,
python fuzzycar.py [-h] temp cloud
where temp is the temperature, and cloud is the cloud coverage.