Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 838 Bytes

REQUIREMENTS.md

File metadata and controls

33 lines (26 loc) · 838 Bytes

Requirements for the model

The following packages need to be installed -

  1. os
  2. time
  3. numpy
  4. logging
  5. sompy
  6. multiprocessing
  7. itertools
  8. pandas
  9. re
  10. gensim
  11. matplotlib
  12. scipy
  13. sklearn
  14. flask

NOTE :-

  1. All the above packages (except SOMPY) can be installed using pip install <package-name>
  2. SOMPY !pip install git+https://github.com/sevamoo/SOMPY.git
  3. The SOMPY package seemed to have some problems while installing & importing on local machine, runs well on Google Colab

Requirements for front-end web application

Make sure that npm is installed on your system

  1. Windows - Link
  2. Mac OS - Link
  3. Linux (Ubuntu) - Link