The main problem that we are tackling using this project is the need for a cloud-based storage system that smartly filters and sorts files according to topics, making it easy for the user to access files on the go. It also comes with a file analysis system, plagiarism checker, metrics analysis, smart searches, and relevant details about your files to completely eliminate redundant files, increase storage and time efficiency.
Firstly implementation of the cloud storage system was tricky since it was the first time we were working with Amazon S3 services. Uploading and downloading files to and from Amazon S3 was the biggest challenge we faced.
We had two options to use AI models, use child process to run the Models or use rest APIs to run the model. Both of the methods proved difficult to implement since the python AI libraries were not being downloaded in the system that was running the server and the python AI libraries were too big for deployment. So we used slow routing.