glasgowcompbio / ms2ldaviz

Substructural discovery in untargeted metabolomics data using LDA topic modelling.
http://ms2lda.org
MIT License
11 stars 8 forks source link

Make scalable app #163

Open sdrogers opened 4 years ago

joewandy commented 3 years ago

Here's the plan so far:

  1. Separate the backend (LDA) codes out from this django app and into its own Python package. This makes it more modular and easier to maintain. The new package could make use of matchms classes, so it should work with spec2vec etc too.
  2. Improve the performance of this web app through query, template optimisation and caching.
  3. Possibly create a local visualisation app if time allows.