Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 458 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 458 Bytes

Setup

You need both Python and Node.js to use this project.

# Install Python dependencies
# Navigate to the root project directory: ai-llm-playground
pipenv shell
pipenv intall

# Install Node.js dependencies
# navigate to the web-scraper directory: web-scraper
cd web-scraper
npm install

This is how I setup my Intellij Idea project run configuration for Streamlit:

streamlit-run-debug-config.png