ai-health-agent
This code represents my work for the dissertation project of my MSc at the University of St Andrews.
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
Repository
This code represents my work for the dissertation project of my MSc at the University of St Andrews.
Basic Info
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
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
- Repositories: 1
- Profile: https://github.com/visheshofficial
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
- jupyter *
- pandas *
- rasa *
- rasa ==3.2.1
- scispacy ==0.5.0