Convert a shared monorepo with a NestJS REST API and Next.js to tRPC. Replace NestJS controllers with typed tRPC routers that expose procedures instead of endpoints, updating the frontend to consume those procedures with fully typed hooks and no manual type definitions.
Learn about natural language processing and explore the Hugging Face Transformers library in Python for tasks like text classification and summarization.