Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m4cs/easymodels
Easily find and view pre-trained AI models and deep learning projects through the command line :computer:
https://github.com/m4cs/easymodels
ai api-client models-library tensorflow training
Last synced: 14 days ago
JSON representation
Easily find and view pre-trained AI models and deep learning projects through the command line :computer:
- Host: GitHub
- URL: https://github.com/m4cs/easymodels
- Owner: M4cs
- License: other
- Created: 2019-08-14T05:03:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T22:16:50.000Z (over 1 year ago)
- Last Synced: 2024-10-09T12:32:37.641Z (about 1 month ago)
- Topics: ai, api-client, models-library, tensorflow, training
- Language: Python
- Homepage:
- Size: 1.08 MB
- Stars: 189
- Watchers: 8
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
EasyModels
Easily find and view pre-trained AI models through the command line
Command Line
GUI
# What EasyModels does
EasyModels is an easy way to find and view deep learning projects and pre-trained models. It uses the modelzoo.co API (sorry ModelZoo but you didn't do a great job of hiding it so I hope you don't mind). It will allow you to find different projects based on categories they're posted with on ModelZoo. I'd like to add more APIs to this project so if you know any other ones that might work well please make a PR or open an Issue thread with it as a suggestion.
I wrote this is literally 45 minutes and pushed out and since then there have been little one line fixes and features added here and there. If you find any bugs please open an Issue thread on this repo.
## Categories
- Computer Vision
- Natual Language Recognition
- Audio and Speech
- Generative Models
- Reinforcement Learning
- Unsupervised Learning# License
I, Max Bridgland, hereby allow all human beings to use this project and distribute it inside their own projects with due credit. Due credit being my name and this repo's URL posted somewhere that ALL users will see by default. Enjoy :P
Copyright 2019 Max Bridgland
# How it works
Simply install from pip:
```
pip install easymodels
easymodels
```or clone this repo and run:
```
python setup.py install
easymodels
easymodels --disable-update # disable checking for newest version# for gui run
easymodels --gui
```This will bring up a command line tool that will guide you through grabbing whatever models are available through the modelzoo API.