QuantCoder is a tool designed to streamline the process of searching for research articles, downloading PDFs, summarizing content, and generating QuantConnect Python algorithms based on the extracted data.
- Search Articles: Query the CrossRef API to find relevant journal articles.
- List Articles: View previously searched articles.
- Download PDFs: Download article PDFs using direct links or Unpaywall.
- Summarize Articles: Generate concise summaries of downloaded articles.
- Generate QuantConnect Code: Create QuantConnect Python algorithms based on article summaries.
- Interactive Mode: Perform all steps interactively with guided prompts.
Detailed installation instructions will be provided once the CLI is fully set up.
To launch the interactive mode of QuantCLI, follow these steps:
-
Open a terminal window (bash shell).
-
Navigate to the directory where
quantcliis installed. -
Type the following command and press
Enter:quantcli interactive
This project is licensed under the MIT License. See the LICENSE file for details.