Skip to content

Commit 00c2a42

Browse files
committed
[main]: update readme
1 parent 752b0cd commit 00c2a42

File tree

6 files changed

+162
-147
lines changed

6 files changed

+162
-147
lines changed

.vscode/dictionaries/project-words.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ peina
5454
piexif
5555
pipreqs
5656
pipx
57+
pipyrc
5758
poetryignore
5859
profonity
5960
projectx
@@ -69,6 +70,7 @@ readtext
6970
redoc
7071
regen
7172
Roboflow
73+
Sample
7274
scikit
7375
selectbox
7476
sentencepiece
@@ -83,7 +85,6 @@ stefanzweifel
8385
streamlit
8486
Succesfully
8587
sucess
86-
Sample
8788
tobytes
8889
torchvision
8990
txtl

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ All notable changes to this repository will be documented in this file.
66

77
- Initial release.
88
- Include boilerplate with streamlit and fast api
9+
10+
## [1.1.0] Mar 08, 2026
11+
12+
- Makefile added
13+
- Restructure folder structure
14+
- Configure `--port` command to run on custom port
15+
- Added Technical FAQs

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,13 @@ poetry run sample dev
7070

7171
```
7272

73-
Access: <http://localhost:8501>
73+
then open UI on : <http://localhost:8501>
74+
75+
to run on different port use `--port` option
76+
77+
```bash
78+
poetry run sample dev --port 1234
79+
```
7480

7581
## Run FastAPI Server
7682

@@ -176,4 +182,5 @@ poetry env remove <environment-full-name>
176182
- [Python Tips](https://www.airplane.dev/blog/12-useful-python-scripts-for-developers)
177183
- [Poetry Docs](https://python-poetry.org/docs/)
178184
- [MyPy Docs](https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports)
185+
- [Useful Poetry commands](./docs//POETRY_COMMANDS.md)nning_mypy.html#missing-imports)
179186
- [Useful Poetry commands](./docs//POETRY_COMMANDS.md)

0 commit comments

Comments
 (0)