Frequently Asked Questions
Got questions about NeuralCore's AI library? Find answers to common queries and learn how to make the most of our tools.
How do I install NeuralCore?
You can install NeuralCore using pip:
pip install neuralcore
For advanced deployment options, check our deployment guide.
What AI models does NeuralCore support?
NeuralCore supports over 300+ models including:
- Transformers for NLP tasks
- Computer Vision models (YOLO, ResNet variants)
- Time series forecasting architectures
- Foundation models for multi-modal tasks
Check our model zoo for full listing.
How can I contribute to NeuralCore?
You can contribute via multiple avenues:
- Submit model repositories via our contribution portal
- Help improve documentation on GitHub
- Participate in our Slack community
What payment plans are available?
NeuralCore offers enterprise plans for advanced use cases and research organizations. Open source developers can use our services for free.
Can I export models to other frameworks?
Yes, NeuralCore supports exporting models to:
Use the convert()
API for framework conversion.