Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.53 KB

File metadata and controls

19 lines (14 loc) · 1.53 KB

Reviewify

Development requirements

  • Python-side (data analysis and visualization):

    • Python 3.5+
    • pipenv : Python dependencies manager (matplotlib, numpy...)
    • Git LFS : Large file storage on Github (for datasets)
    • Python IDE recommended : PyCharm has good integration with pipenv

    Then run pipenv update in this folder to download all required dependencies and then run the main entrypoint (reviewify.py)

  • Java-side (Uses Microsoft Azure API to get a sentiment score for each review):

    Then run, into azure-sent-analysis folder, the command mvn clean spring-boot:run to execute the Java project.