Description
Installing and running this app:
- Requirements: Use pip install/conda install to download following packages
- Numpy, pandas
- sklearn
- spacy
- Django 2.1
- pickle
- tqdm
- running the app:
- Go to folder containing manage.py and run command: python manage.py runserver
- Once the server starts, open browser. The app runs on http://127.0.0.1:8000/
- fake_reviews.txt and real_reviews.txt contains some reviews that can be used to test the working of model.
Reviews
There are no reviews yet.