| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains example implementations and usage patterns for ScrapegraphLib across various AI model providers and platforms. It serves as a comprehensive resource for developers looking to integrate different AI models into their applications using ScrapegraphLib.
. ├── anthropic/ # Claude model examples ├── azure/ # Azure OpenAI integration examples ├── bedrock/ # AWS Bedrock implementation examples ├── deepseek/ # Deepseek AI model examples ├── ernie/ # Ernie model integration ├── fireworks/ # Fireworks AI examples ├── google_genai/ # Google GenerativeAI examples ├── google_vertexai/ # Google VertexAI implementation ├── groq/ # Groq model examples ├── huggingfacehub/ # Hugging Face Hub integrations ├── local_models/ # Examples for running local models ├── mistral/ # Mistral AI implementation examples ├── moonshot/ # Moonshot AI examples ├── nemotron/ # Nemotron model examples ├── oneapi/ # OneAPI integration examples ├── openai/ # OpenAI GPT models examples ├── together/ # Together AI implementation ├── benchmarks/ # Performance benchmarking tools ├── integrations/ # Additional integration examples ├── model_instance/ # Model instance configurations ├── single_node/ # Single node deployment examples └── extras/ # Additional utilities and examples
Each directory contains specific examples for different AI providers. To get started:
Performance benchmarks are available in the benchmarks/ directory, comparing:
| Hardware | Example 1 | Example 2 |
|---|---|---|
| Macbook pro 14' m1 | 11.60s | 26.61s |
| Macbook pro 16' m2 max | 8.05s | 12.17s |
[Insert License Information]
Contributions are welcome! Please feel free to submit a Pull Request.
For support, please [Insert Support Information]
Note: This repository contains examples for ScrapegraphLib. For the main library documentation, please visit [Insert Main Library Link]
| Back | FazBrowse Home | New Git URL |