2023-01-31 10:37:32 -05:00
|
|
|
## SEC Sentiment Analysis Model
|
|
|
|
|
|
|
|
This directory contains an example of how to use the SEC API, the Unstructured SEC pipeline API,
|
2023-11-02 10:43:26 -04:00
|
|
|
and several functions from the `unstructured` library to train a sentiment analysis model for the
|
2023-01-31 10:37:32 -05:00
|
|
|
risk factors section of S-1 filings. To get started, use the following steps:
|
|
|
|
|
2024-01-09 18:37:30 -05:00
|
|
|
- Ensure you have Python 3.10 or higher installed on your system
|
2023-02-25 02:48:23 +01:00
|
|
|
- Create a new Python virtual environment
|
2023-01-31 10:37:32 -05:00
|
|
|
- Run `pip install -r requirements.txt` to install the dependencies
|
|
|
|
- Run `PYTHONPATH=. jupyter notebook` from this directory to launch the notebook
|
|
|
|
|
|
|
|
At this point, you'll be able to run the sentiment analysis example notebook.
|