-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Demo tool link #186
Demo tool link #186
Conversation
docs/build/html/about.html
Outdated
@@ -311,8 +311,8 @@ <h3>3. Map skills<a class="headerlink" href="#map-skills" title="Permalink to th | |||
</div> | |||
<div class="section" id="app"> | |||
<h2>App<a class="headerlink" href="#app" title="Permalink to this heading">#</a></h2> | |||
<p>If you would like to demo the library using a front end, we have also <a class="reference external" href="http://18.169.52.145:8501/">built a streamlit app</a> that allows you to extract skills for a given text. The app allows you to paste a job advert of your choice, extract and map skills onto any of the configurations: <code class="docutils literal notranslate"><span class="pre">extract_skills_toy</span></code>, <code class="docutils literal notranslate"><span class="pre">extract_skills_lightcast</span></code> and <code class="docutils literal notranslate"><span class="pre">extract_skills_esco</span></code>.</p> | |||
<p><img alt="nesta_esco" src="https://user-images.githubusercontent.com/46863334/206517833-fdf3c7f4-b90e-4dc9-94ca-4d6710abae6f.gif" /></p> | |||
<p>If you would like to demo the library using a front end, we have also <a class="reference external" href="http://13.42.37.54:8501/">built a streamlit app</a> that allows you to extract skills for a given text. The app allows you to paste a job advert of your choice, extract and map skills onto any of the configurations: <code class="docutils literal notranslate"><span class="pre">extract_skills_lightcast</span></code> and <code class="docutils literal notranslate"><span class="pre">extract_skills_esco</span></code>.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to https://www.nesta.org.uk/data-visualisation-and-interactive/skills-extractor-tool/
README.md
Outdated
@@ -126,9 +126,10 @@ skills_list_matched | |||
|
|||
## App | |||
|
|||
If you would like to demo the library using a front end, we have also [built a streamlit app](http://18.169.52.145:8501/) that allows you to extract skills for a given text. The app allows you to paste a job advert of your choice, extract and map skills onto any of the configurations: `extract_skills_toy`, `extract_skills_lightcast` and `extract_skills_esco`. | |||
If you would like to demo the library using a front end, we have also [built a streamlit app](http://13.42.37.54:8501/) that allows you to extract skills for a given text. The app allows you to paste a job advert of your choice, extract and map skills onto any of the configurations: `extract_skills_lightcast` and `extract_skills_esco`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just so they are in one place - I think we should highlight the blogs in the README (e.g. in the "Welcome" section). Something like
You may also want to read more about the wider project by reading:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
updated the link in the readme.md with the final demo link + updated documentation as a result