plan-genie-ai / README.md
Yassine
Initial commit: FastAPI application
05deaf1
metadata
title: Plan Genie AI
emoji: πŸš€
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false

Plan Genie AI

A FastAPI-based NLP service for task analysis and entity extraction.

Features

  • Text type classification
  • Named Entity Recognition (NER)
  • Entity extraction and analysis

API Endpoints

  • /predict-type/: Classify the type of text
  • /extract-entities/: Extract named entities from text
  • /analyze-text/: Combined analysis of text type and entities