Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
sitwala
/
process_wiki_bz
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
SitwalaM
commited on
Apr 13
Commit
738a98b
·
1 Parent(s):
d547403
added setup
Browse files
Files changed (1)
hide
show
setup.sh
+5
-0
setup.sh
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
#!/bin/bash
2
+
git clone https://github.com/attardi/wikiextractor.git
3
+
cd wikiextractor
4
+
python setup.py install
5
+
cd ..