Multiple Particle Tracking (MPT) is a powerful technique for studying the behavior of microscopic particles, such as viruses and nanoparticles, by tracking individual displacement and movement. One application of MPT is to measure microstructural changes in the brain extracellular environment (ECM) in development and aging, and in response to disease onset and progression. MPT of nanoparticle probes results in the generation of thousands of individual nanoparticle trajectories, from which geometric features, diffusion coefficients, and viscosities can be extracted. The vast array of trajectories contained within our dataset presents a good opportunity for integration into deep learning models that contains self-supervised learning, equivariant graph neural network, and Equivariant transformer. However, to enable MPT data to be trainable and predictable by deep learning models, we need to curate the data to be readable and useable by these models. To enable this, I have created a database and developed a data architecture that would allow MPT data to be passed into Deep learning models that use various techniques such as transformers. I am currently working on utilizing the data architecture on a Deep Learning model that uses transformers and self-supervised learning to predict trajectories of MPT particles. From this model, my expected accuracy of prediction of the trajectories for the MPT data is around 85%. This can allow us to learn complex features directly from raw MPT trajectory data, improve our predictions, and extract biological insights. The python package with our data architecture, the various SQL scripts, and the model will be provided as an open-source resource, allowing other researchers to expand upon my code and apply their unique modifications based on their own data and trajectories.