excelcy
Excel Integration with spaCy. Training NER using Excel/XLSX from PDF, DOCX, PPT, PNG or JPG.
File Explorer
Download Latest Version (.zip)- source_01.txt
- api.xlsx
- api.yml
- __init__.py
- cli.py
- errors.py
- excelcy.py
- pipe.py
- registry.py
- storage.py
- utils.py
- source_01.txt
- source_02.xlsx
- source_03.xlsx
- test_data_01.xlsx
- test_data_02.xlsx
- test_data_03.xlsx
- test_data_04.xlsx
- test_data_05.xlsx
- test_data_05a.xlsx
- __init__.py
- test_base.py
- test_errors.py
- test_excelcy.py
- test_pipe.py
- test_readme.py
- test_registry.py
- test_storage.py
- .coveragerc
- .gitattributes
- .gitignore
- .travis.yml
- adhoc.py
- CHANGELOG.md
- LICENSE
- MANIFEST.in
- nodemon.json
- package.json
- poetry.lock
- pyproject.toml
- README.md
- requirements-test.txt
- requirements.txt
- tox.ini
# Installation Guide
1. Get the code
git clone https://github.com/kororo/excelcy
Downloads the entire project code from GitHub to your computer.
cd excelcy
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Python
EasyPrerequisites
Either use the famous pip or clone this repository and execute the
Type this command into your terminal and run it.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
