Due to the changing business models of the financial organizations in the United States, a new breed of products colloquially known as Fintech have risen. This case study revolves around the growing trends in the recruitment in the technology domain in financial organizations. Financial organizations are using emerging technologies in the domain of Artificial Intelligence, Machine Learning and Data Science to gain new insights. These technologies have also given birth to evolving business models.
https://codelabs-preview.appspot.com/?file_id=1bgoO_dj3LuSA2Xgfd3EnQ3DAiogqkv6ltB7bE8WrcJc#0
The steps required to install and deploy the project in live system are as follows:
To begin first I need to install python 2.x/3.x in our local system and add it to our classpath.Some python packages are also needed for deployment
Python packages:
pandas
numpy
selenium
pdfminer
re
xlrd
openpyxl
collections
operator
csv
urllib
nltk
luigi
Following steps are required to install necessary packages
Install python packages mentioned above using pip command
pip install requirements.txt
- Jupyter Notebook - Code editor used for python
- Luigi - Python module used to generate complex pipelines for batch processing of jobs.