Luke Stanley commited on
Commit
d72193c
·
1 Parent(s): 03b6491

Documentation: Update future directions

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -37,8 +37,7 @@ You can try out the ChillTranslator directly in your browser through the Hugging
37
  - **HuggingFace Space**: A demo is now available at HuggingFace Spaces, allowing users to try out ChillTranslator without any setup.
38
 
39
  ## Possible future directions 🌟
40
- - **Integration**: offer a Python module and HTTP API, for use from other tools, browser extensions.
41
- - **HuggingFace / Replicate.com etc**: Running this on a fast system, perhaps on a HuggingFace Space could be good.
42
  - **Speed** improvements.
43
  - Split text into sentences e.g: with “pysbd” for parallel processing of translations.
44
  - Use a hate speech scoring model instead of the current "spicy" score method.
 
37
  - **HuggingFace Space**: A demo is now available at HuggingFace Spaces, allowing users to try out ChillTranslator without any setup.
38
 
39
  ## Possible future directions 🌟
40
+ - **Integration**: example showing use as Python module, HTTP API, for use from other tools, browser extensions.
 
41
  - **Speed** improvements.
42
  - Split text into sentences e.g: with “pysbd” for parallel processing of translations.
43
  - Use a hate speech scoring model instead of the current "spicy" score method.