Skip to content

Commit

Permalink
update readme (#13)
Browse files Browse the repository at this point in the history
* update readme

* Update README.md
  • Loading branch information
fcakyon authored Oct 25, 2022
1 parent 09db4b4 commit 1a53c91
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,16 @@ and supports:

- creating and fine-tunining video models using [transformers](https://github.com/huggingface/transformers) and [timm](https://github.com/rwightman/pytorch-image-models) vision models

- experiment tracking with [layer](https://layer.ai/), [neptune](https://neptune.ai/), [tensorboard](https://www.tensorflow.org/tensorboard) and other trackers
- experiment tracking with [neptune](https://neptune.ai/), [tensorboard](https://www.tensorflow.org/tensorboard) and other trackers

- exporting fine-tuned models in [ONNX](https://onnx.ai/) format

- pushing fine-tuned models into [HuggingFace Hub](https://huggingface.co/models?pipeline_tag=image-classification&sort=downloads)

- loading pretrained models from [HuggingFace Hub](https://huggingface.co/models?pipeline_tag=image-classification&sort=downloads)

## ⌛ Incoming Features

- Automated [Gradio app](https://gradio.app/), and [space](https://huggingface.co/spaces) creation

- [Layer Hub](https://layer.ai/community) support

## 🏁 Installation

- Install `Pytorch`:
Expand Down Expand Up @@ -266,4 +262,4 @@ from video_transformers import VideoModel

model = VideoModel.from_pretrained("runs/exp/checkpoint")
model.to_gradio(examples=['video.mp4'], export_dir="runs/exports/", export_filename="app.py")
```
```

0 comments on commit 1a53c91

Please sign in to comment.