Capstone Project: Measuring startup strategy and its evolution
Authors : Derek Chen, Alberto Munguia Cisneros, Wangzhi Li, Yinhe Lu, Bernardo Lopez Vicencio
Date: September 2020 - December 2020
Please install the required package using pip install -r requirements.txt.
Directory Notebooks contains all jupyter notebooks we used to produce our report.
.
├── ...
├── Notebooks
│ ├── Exploratory Analysis # EDAV of public and private companies data
│ ├── Webscraping # See 'Final_version Multithread' folder for our final version web scraping code
│ ├── NLP # Notebooks for three different approaches(BERT, TF-IDF, Word2vec)
│ └── Prediction # Notebooks for predictions
└── ...
Directory Data contains Public and Startup Data from web scraping.(TO DO)
Please see Progress_Report for our progress reporting along the way.