This project was developed by my colleague. I've made some changes as per his requests. My contributions are listed below.
- nltk
- docopt
- numpy
- Flask
- Werkzeug
- tree
- Ajax/jQuery
- ImageMagick
following commands will install the required dependencies and run the application
$ pip install -r requirements.txt
$ python app.py
- Flask routes
- Ajax requests
- Created reqirements.txt
- tree image generation using nltk CanvasFrame
- postscript to jpeg conversion using imagemagick
- Restructuring the project (still bad... 😅)