Instructions to use ProTema/first-start with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- BERTopic
How to use ProTema/first-start with BERTopic:
from bertopic import BERTopic model = BERTopic.load("ProTema/first-start") - Notebooks
- Google Colab
- Kaggle
| export { PostCard } from './ui/PostCard/PostCard'; | |
| export type { PostType } from './model/types/post'; | |
| export { useFetchPosts } from './lib/query/useFetchPosts'; | |
| export { useFetchPostById } from './lib/query/useFetchPostById'; | |