Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devanshu-17/animal-classification
Animal Classification using fastai and huggingface.
https://github.com/devanshu-17/animal-classification
fastai huggingface image-classification
Last synced: 7 days ago
JSON representation
Animal Classification using fastai and huggingface.
- Host: GitHub
- URL: https://github.com/devanshu-17/animal-classification
- Owner: Devanshu-17
- License: mit
- Created: 2023-04-21T13:29:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-21T14:44:46.000Z (over 1 year ago)
- Last Synced: 2024-11-07T02:12:16.662Z (about 2 months ago)
- Topics: fastai, huggingface, image-classification
- Language: Python
- Homepage: https://animal.streamlit.app/
- Size: 1.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Animal-Classification
This is a simple project to classify animals using fastai and huggingface.
## Installation
```bash
pip install -r requirements.txt
```## Usage
```bash
streamlit run main.py
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.