IMDB Movie Review Dataset was used for training model. Initially logistic regression is used for classification.To use neural network just run Neural_Network.py in /nlp/modelling/nlp/ folder and restart server.
- To use api on local machine use url "http://127.0.0.1:8000/api/?review=param"
- param: string to clasiify
- it will return "positive" or "negative" depending upon review or "some_errror_occured"
- cvt 1920 1080 75
- xrandr --newmode "1920x1080_75.00" 220.75 1920 2064 2264 2608 1080 1083 1088 1130 -hsync +vsync
- xrandr --verbose --addmode eDP-1-1 "1920x1080_75.00"
- xrandr --output eDP-1-1 --mode "1920x1080_75.00"