Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devanshu-17/garbage-detection
This is a simple project to detect garbage using transformers and huggingface.
https://github.com/devanshu-17/garbage-detection
Last synced: 7 days ago
JSON representation
This is a simple project to detect garbage using transformers and huggingface.
- Host: GitHub
- URL: https://github.com/devanshu-17/garbage-detection
- Owner: Devanshu-17
- License: mit
- Created: 2023-05-01T17:04:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-15T23:04:56.000Z (over 1 year ago)
- Last Synced: 2024-11-07T02:12:18.614Z (about 2 months ago)
- Language: HTML
- Size: 556 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Garbage Detection
This is a simple project to detect garbage using transformers 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.