woodthom commited on
Commit
beea16d
ยท
1 Parent(s): 2e5ae26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -4
README.md CHANGED
@@ -1,10 +1,46 @@
1
  ---
2
  title: README
3
- emoji: ๐Ÿš€
4
- colorFrom: yellow
5
- colorTo: purple
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card ๐Ÿ”ฅ
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: README
3
+ emoji: ๐Ÿ“Š
4
+ colorFrom: green
5
+ colorTo: blue
6
  sdk: static
7
  pinned: false
8
  ---
9
 
10
+ We're a data science consultancy specialising in natural language processing.
11
+
12
+ Open source projects (MIT licence)
13
+ The Harmony project (Github repo) - Harmony is a tool and research project using natural language processing to harmonise mental health data. Read more at https://harmonydata.org and try the demo at https://app.harmonydata.org/.
14
+
15
+ Read more [on our website](https://fastdatascience.com/) or [on our Github Pages](https://fastdatascience.github.io/).
16
+
17
+ <iframe width="560" height="315" src="https://www.youtube.com/embed/Q2gPm_cwsYA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
18
+
19
+ # Open source projects (MIT licence)
20
+
21
+ * [The Harmony project (Github repo)](https://github.com/harmonydata/harmony) - Harmony is a tool and research project using natural language processing to harmonise mental health data. Read more at https://harmonydata.org and try the demo at https://app.harmonydata.org/.
22
+
23
+ * [Clinical Trial Risk Tool (Github repo)](https://github.com/fastdatascience/clinical_trial_risk) - a tool using natural language processing to categorise clinical trial protocols (PDFs) into high, medium or low risk. Read more at https://clinicaltrialrisk.org/ and try the demo at https://app.clinicaltrialrisk.org/.
24
+
25
+ # Other open source libraries
26
+
27
+ * [Localspelling (Github repo)](https://github.com/fastdatascience/localspelling) - a library for localising spelling between US and UK variants - install from the command line with `pip install localspelling`
28
+
29
+ * [country_named_entity_recognition (Github repo)](https://github.com/fastdatascience/country_named_entity_recognition) - a lightweight Python library for recognising country names in unstructured text and returning Pycountry objects `pip install country_named_entity_recognition`
30
+
31
+ * [drug_named_entity_recognition (Github repo)](https://github.com/fastdatascience/drug_named_entity_recognition) - a lightweight Python library for recognising drug names in unstructured text `pip install drug-named-entity-recognition`
32
+
33
+ * [Fast Stylometry (Github repo)](https://github.com/fastdatascience/faststylometry) - a Python library for forensic stylometry. `pip install faststylometry`. [Read tutorial](https://freelancedatascientist.net/fast-stylometry-tutorial/).
34
+
35
+ # Blog
36
+
37
+ We regularly post on [Fast Data Science's blog](https://fastdatascience.com/blog/).
38
+
39
+ Popular posts include
40
+
41
+ * [Training machine learning models from sensitive data](https://fastdatascience.com/sensitive-data-machine-learning-model/)
42
+ * [The key stages of a data science project](https://fastdatascience.com/the-key-stages-of-a-data-science-project/)
43
+
44
+ # Contact
45
+
46
+ You can contact us [on our website](https://fastdatascience.com/contact/).