Skip to content

Calabi-Yau-Ontology/calabi-ml-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calabi ML Server (NER & Suggestion)

FastAPI based Calabi NER / Term recommendation server

calabi-ml-server/
├── src
│   ├── nlp
│   │   ├── config.py
│   │   ├── constants.py
│   │   ├── dtos.py
│   │   ├── exceptions.py
│   │   ├── router.py
│   │   ├── schemas.py
│   │   ├── service.py
│   │   └── utils.py           
│   ├── config.py              
│   └── main.py
├── .env
├── Dockerfile
├── README.md
└── requirements.txt

Run Locally

  1. Install dependencies
pip install -r requirements.txt
  1. Run the server
uvicorn src.main:app --host 0.0.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors