Animal Tagger: A document classifier that reads PDFs in a given directory and tags the document with the highest-occurring animal or plant keyword.
- Python: Ensure you have a working Python environment on your machine.
- Jupyter Notebook
- Install Required Libraries:
pip install spacy feedparser pymupdf frontend python -m spacy download en_core_web_sm - Clone this repository:
git clone [your-repo-link] cd [your-repo-directory]
- Run Jupyter Notebook
- Open the file
demo_notebook3.ipynb
Pull requests are welcome! 🙌 For major changes, please open an issue first to discuss the desired change.