- AWS Bedrock access configured for your chosen model
- Bedrock API Gateway setup (configuration guide)
- OS: Ubuntu
- Instance Type: t2.small
- Storage: 20GB
-
Clone the repository:
git clone https://github.com/amathur2k/scrape2llm.git cd scrape2llm
-
Run the installation script:
source install.sh
-
Configure the environment:
- Edit the
.env
file - Add your Bedrock API access key
- Add your Bedrock API access URL
- Edit the
-
Build and start the Docker container:
docker compose up --build
Note: This process may take 5-10 minutes to complete.
-
In a new terminal window, set up the Python environment:
cd ~/scrape2llm conda activate scrape2llm pip install -r requirements.txt
-
Run the example:
python example.py
For detailed architecture information, please refer to the Architecture Overview document.