This repository was archived by the owner on May 8, 2020. It is now read-only.
jamesbarboza/dops
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Data organizing and processing system ------------------------------------- The whole project has 3 modules -NLP engine -Machine learning -social media engine Based on these modules, there will be applications to monitor, analyze and generate real time data. Each module is independent i.e. it doesn't depend on other modules to carry its task. --------------------------------------------------------------------------------------------------- Libraries: numpy nltk mysql-connector --------------------------------------------------------------------------------------------------- Setup: 1. Create a python virtual environment using the following command without quotes: "virtualenv dops". Note that dops is the name of the virtual environment ---------------------------------------------------------------------------------------------------