Instructions to use Subject-Emu-5259/NeuralAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Subject-Emu-5259/NeuralAI with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
| # NeuralAI Tools Package | |
| # Tools for extending NeuralAI capabilities | |
| from .code_sandbox import CodeSandbox | |
| from .file_manager import FileManager | |
| from .web_fetcher import WebFetcher | |
| from .db_connector import DatabaseConnector | |
| from .git_assistant import GitAssistant | |
| __all__ = [ | |
| "CodeSandbox", | |
| "FileManager", | |
| "WebFetcher", | |
| "DatabaseConnector", | |
| "GitAssistant", | |
| ] | |