Loading...
In recent times, we've seen numerous startups emerging, riding the AI hype wave and charging for services that should rightfully be accessible to everyone. 🌍💸 One for example is to scrap and crawl a web page, and transform it o a form suitable for LLM. We don't think one should build a business out of this, but definilty should be opened source. So if you possess the skills to build such things and you have such philosphy you should join our "Robinhood" band and help set these products free. 🆓🤝
To install and run Crawl4AI locally or on your own service, the best way is to use Docker. 🐳 Follow these steps:
git clone https://github.com/unclecode/crawl4ai.git
cd crawl4aidocker build -t crawl4ai . On Mac, follow: 🍎
docker build --platform linux/amd64 -t crawl4ai .
docker run -p 8000:80 crawl4aiFor more detailed instructions and advanced configuration options, please refer to the 📚 GitHub repository.