Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya committed Nov 29, 2023
1 parent 8396027 commit 2b7a636
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,42 @@

Machine Learning Serving focused on LLMs with simplicity as the top priority.

## Install
## Installation

```
```bash
git clone https://github.com/aniketmaurya/fastserve.git
cd fastserve
pip install .
```

## How to run?
## Run locally

```shell
```bash
python -m fastserve
```


## Usage/Examples

```python
from fastserve import FastServe

serve = FastServe()
serve.run_server()
```


<!-- ## Demo
Insert gif or link to demo -->


<!-- ## FAQ
#### Question 1
Answer 1
#### Question 2
Answer 2 -->

0 comments on commit 2b7a636

Please sign in to comment.