Automatic generation of discounts, promotions or loyalty programs
Let’s say there are sales of a coffee shop and there is an application that includes a constructor of promotions and discounts. In this constructor, you can specify which product needs a discount, the opening hours of the discount, the cost of the discount, etc. And let’s say that by filling in this constructor we received a discount of “5 cup of latte 250 ml for free”. And we created this promotion manually, spending our time.
So my question is whether there is an automatic discount generation at all, where you do not need to enter everything yourself, but the program itself will do it. Maybe you have resources for information sources, algorithms, code, github.
I think I need to use Python data analysis in some way.