Skip to content

Specialised API service that provides AI-driven endpoints to support the Open Targets web application, integrating natural language processing (NLP) and data extraction features

License

Notifications You must be signed in to change notification settings

opentargets/ot-ai-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

af2eebd · Sep 6, 2024

History

25 Commits
Sep 6, 2024
Jun 11, 2023
May 23, 2023
Jun 27, 2023
Jun 27, 2023
Jun 27, 2023
May 23, 2023
Jun 11, 2023
May 23, 2023
Jun 13, 2023
Jun 14, 2023
Jun 30, 2023
Jun 11, 2023
May 9, 2024
Jun 30, 2023
Jun 27, 2023
Jun 30, 2023

Repository files navigation

Open Targets AI API

This repository holds the Open Targets AI API router.

Required stack

Install dependencies

$ npm install

Running development

$ npm run dev

Running local build

$ npm run start

Building production-ready bundle with docker

Build your image:

$ docker build . -t <your username>/ot-ai-api

Run your image: For running the image you need to map the port to whatever you wish to use on your host. In this example, we simply map port 49160 of the host to port 8080 of the Docker.

Youl will also need to provide your own OpenAI key via the environment variable OPENAI_TOKEN.

$ docker run -p 49160:8080 -e "OPENAI_TOKEN=XXXXXXXXXXX" -d <your username>/ot-ai-api

Copyright

Copyright 2014-2024 EMBL - European Bioinformatics Institute, Genentech, GSK, MSD, Pfizer, Sanofi and Wellcome Sanger Institute

This software was developed as part of the Open Targets project. For more information please see: http://www.opentargets.org

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Specialised API service that provides AI-driven endpoints to support the Open Targets web application, integrating natural language processing (NLP) and data extraction features

Resources

License

Stars

Watchers

Forks

Packages

No packages published