Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tristanmatthias/portal
https://github.com/tristanmatthias/portal
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tristanmatthias/portal
- Owner: tristanMatthias
- Created: 2023-03-23T06:46:02.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T02:43:41.000Z (almost 2 years ago)
- Last Synced: 2024-05-07T12:00:52.478Z (8 months ago)
- Language: Go
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portal
## Requirements
- Go
- Python## Installation
```
pip install transformers fastapi uvicorn
go install github.com/wailsapp/wails/v2/cmd/wails@latest
```## Local development
To start the python inference server:
```
python inference/server.py
```(This will eventually be started via Go)
To run the app in development
```
wails dev
```## List of transformers to try
https://huggingface.co/transformers/v4.4.2/