ai-health-agent

This code represents my work for the dissertation project of my MSc at the University of St Andrews.

https://github.com/visheshofficial/ai-health-agent

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.7%) to scientific vocabulary

Keywords

ai nlp rasa transformer
Last synced: 6 months ago · JSON representation ·

Repository

This code represents my work for the dissertation project of my MSc at the University of St Andrews.

Basic Info
  • Host: GitHub
  • Owner: visheshofficial
  • Language: Jupyter Notebook
  • Default Branch: master
  • Homepage:
  • Size: 24 MB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
ai nlp rasa transformer
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme Citation

README.md

Health Agent

pip install rasa pip install "rasa[transformers]" pip install scispacy pip install pandas pip install https://s3-us-west-2.amazonaws.com/ai2-s2-scispacy/releases/v0.5.0/ennerbc5cdr_md-0.5.0.tar.gz

Rasa server

To run the server, use the following command:

commandline rasa run --cors "*"

The --cors "*" command is used to solve the cross-origin resource sharing (CORS) problem between client and Rasa servers.

Action server

commandline rasa run actions

Web client server Run the following command:

commandline python -m http.server

This will start an HTTP-based server in the local 8000 port. We can visit http://localhost:8000 in a browser to visit the chatbot.

Validations

rasa data validate

Owner

  • Name: Vishesh
  • Login: visheshofficial
  • Kind: user
  • Location: London

Developer by nature

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
  Conversational AI for Primary Healthcare Support
  Advice
message: 'If you refer this repository, please cite my work'
type: software
authors:
  - given-names: Vishesh
    family-names: Bhagat

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Dependencies

requirements.txt pypi
  • jupyter *
  • pandas *
  • rasa *
  • rasa ==3.2.1
  • scispacy ==0.5.0