RedisGears / AnimalRecognitionDemo

An example of using Redis Streams, RedisGears and RedisAI for Realtime Video Analytics (i.e. filtering cats)
https://redisgears.io
Apache License 2.0
42 stars 18 forks source link

Question, why py2 and py3? #7

Closed robmarkcole closed 4 years ago

robmarkcole commented 5 years ago

Hi chaps sorry for raising this question as an issue, but I am curious to know why you are mixing python 2.7 and python 3 - is it a requirement flowing from Redis?

https://github.com/RedisGears/AnimalRecognitionDemo/tree/master/camera

hrisheekeshr commented 5 years ago

Why would you code this in Python2 given it's going to be obsolete in 3 months? Is there a specific reason or dependency?

MeirShpilraien commented 5 years ago

Redisgears early releases supported python2 only. On v0.3.0 RedisGears moved to python 3.7. We still migrating the demos code to python3.