App Size
Our current platform allows 500 MB as the maximum size of applications to be deployed.
This limited us to refraining from using heavy machine learning libraries like TensorFlow or SK Learn
Unsupported Libraries
While testing our project out, we discovered that the WordCloud Library is no longer supported in Python 3.9
Our Solutions
We brainstrormed a little and discovered lightweight solutions like regression plots using Seaborn instead of ML Libraries
We used simple data analysis tools to perform manipulations and wrangling and still produced beautiful plots
We tried out the WordCloud libraries on different interpreter versions till we could obtain a usable result
Discussion