-
Notifications
You must be signed in to change notification settings - Fork 0
feat: actorify web scrapping ai agent #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- init by running apify-cli command: `apify init` - update .gitignore
Enhanced python dockerfile template from https://github.com/apify/actor-templates/blob/master/templates/python-empty/.actor/Dockerfile Main features: - python - install rust for building minify-html (dependency of requirements) - install requirements.txt - playwright update - run streamlit on the apify port - suppress Streamlit logs - optimize Dockerfile with multi-stage build and virtual environment - reduce image size to 1/3
|
To try it, run Other PR: #5 |
Actorification – Deploying Web Scraping AI Agent on Apify 🚀Hey Shubham, We love what you’ve built with this Web Scraping AI Agent! Your work is truly impressive, and we believe Apify is the perfect place to run this app at scale. Apify’s platform makes deploying, managing, and scaling web scraping tasks incredibly easy. Plus, its Actor model—designed for serverless automation—aligns perfectly with this project’s goals. (Learn more in the Actor Whitepaper). 🔥 What’s in this PR?This PR transforms the Web Scraping AI Agent into an Apify Actor, enabling seamless deployment on Apify’s cloud platform while keeping the local version intact. 🚀 How to Deploy on Apify?You can now run this project as an Apify Actor with just a few steps:
📖 Learn more about Actor Development in the Apify Docs. 🔧 What Changes Were Made?✅ Added 🎨 How It Looks After DeploymentHere's how the Apify Actor Console will look once the Web Scraping AI Agent is deployed and running: 1️⃣ Actor Information in Apify2️⃣ Actor Running in Apify Console3️⃣ Streamlit Web App🔗 Related PR: Alternative version of this PR This PR makes it super easy for anyone to deploy, run, and scale this AI-powered web scraping tool on Apify with minimal effort. Looking forward to your thoughts! 🚀 |
|
@tomasjindra |



Polished PR
By
apify init:.actor/actor.jsonAdditionally: