update readme
This commit is contained in:
parent
1a8a88c5bc
commit
10d50117ed
20
README.md
20
README.md
@ -1,5 +1,4 @@
|
|||||||
# Steps to init
|
# Steps to initialize the project
|
||||||
- just need to do this one time
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
python -m venv .venv
|
python -m venv .venv
|
||||||
@ -8,11 +7,16 @@ python -m venv .venv
|
|||||||
```sh
|
```sh
|
||||||
source .venv/bin/active
|
source .venv/bin/active
|
||||||
```
|
```
|
||||||
- To install streamlit
|
|
||||||
```
|
## Steps to install dependencies
|
||||||
pip install streamlit CookieManager json os datetime requests
|
|
||||||
```
|
```sh
|
||||||
After the rust server is active, you can start running the python service
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Seps to run
|
||||||
|
|
||||||
|
```sh
|
||||||
streamlit run main.py
|
streamlit run main.py
|
||||||
```
|
```
|
||||||
|
Make sure that [rust server](https://git.ssdd.dev/ssdd/hackpsuchatbot) is active before asking a prompt.
|
||||||
|
115
requirements.txt
Normal file
115
requirements.txt
Normal file
@ -0,0 +1,115 @@
|
|||||||
|
aiohappyeyeballs==2.4.3
|
||||||
|
aiohttp==3.10.10
|
||||||
|
aiosignal==1.3.1
|
||||||
|
altair==5.4.1
|
||||||
|
annotated-types==0.7.0
|
||||||
|
anyio==4.6.0
|
||||||
|
appnope==0.1.4
|
||||||
|
asttokens==2.4.1
|
||||||
|
async-timeout==4.0.3
|
||||||
|
attrs==24.2.0
|
||||||
|
backcall==0.2.0
|
||||||
|
beautifulsoup4==4.12.3
|
||||||
|
bleach==6.1.0
|
||||||
|
blinker==1.8.2
|
||||||
|
bs4==0.0.2
|
||||||
|
cachetools==5.5.0
|
||||||
|
certifi==2024.8.30
|
||||||
|
cffi==1.17.1
|
||||||
|
charset-normalizer==3.4.0
|
||||||
|
click==8.1.7
|
||||||
|
cryptography==43.0.1
|
||||||
|
decorator==5.1.1
|
||||||
|
defusedxml==0.7.1
|
||||||
|
dnspython==2.7.0
|
||||||
|
docopt==0.6.2
|
||||||
|
exceptiongroup==1.2.2
|
||||||
|
executing==2.1.0
|
||||||
|
fastjsonschema==2.20.0
|
||||||
|
frozenlist==1.4.1
|
||||||
|
gitdb==4.0.11
|
||||||
|
GitPython==3.1.43
|
||||||
|
h11==0.14.0
|
||||||
|
httpcore==1.0.6
|
||||||
|
httpx==0.27.2
|
||||||
|
idna==3.10
|
||||||
|
importlib_metadata==8.5.0
|
||||||
|
ipython==8.12.3
|
||||||
|
jedi==0.19.1
|
||||||
|
Jinja2==3.1.4
|
||||||
|
jsonpatch==1.33
|
||||||
|
jsonpointer==3.0.0
|
||||||
|
jsonschema==4.23.0
|
||||||
|
jsonschema-specifications==2024.10.1
|
||||||
|
jupyter_client==8.6.3
|
||||||
|
jupyter_core==5.7.2
|
||||||
|
jupyterlab_pygments==0.3.0
|
||||||
|
langchain==0.3.3
|
||||||
|
langchain-core==0.3.10
|
||||||
|
langchain-text-splitters==0.3.0
|
||||||
|
langsmith==0.1.134
|
||||||
|
Markdown==3.7
|
||||||
|
markdown-it-py==3.0.0
|
||||||
|
MarkupSafe==3.0.1
|
||||||
|
matplotlib-inline==0.1.7
|
||||||
|
mdurl==0.1.2
|
||||||
|
mistune==3.0.2
|
||||||
|
multidict==6.1.0
|
||||||
|
narwhals==1.9.3
|
||||||
|
nbclient==0.10.0
|
||||||
|
nbconvert==7.16.4
|
||||||
|
nbformat==5.10.4
|
||||||
|
numpy==1.26.4
|
||||||
|
orjson==3.10.7
|
||||||
|
packaging==24.1
|
||||||
|
pandas==2.2.3
|
||||||
|
pandocfilters==1.5.1
|
||||||
|
parso==0.8.4
|
||||||
|
pexpect==4.9.0
|
||||||
|
pickleshare==0.7.5
|
||||||
|
pillow==10.4.0
|
||||||
|
pipreqs==0.5.0
|
||||||
|
platformdirs==4.3.6
|
||||||
|
prompt_toolkit==3.0.48
|
||||||
|
propcache==0.2.0
|
||||||
|
protobuf==5.28.2
|
||||||
|
ptyprocess==0.7.0
|
||||||
|
pure_eval==0.2.3
|
||||||
|
pyarrow==17.0.0
|
||||||
|
pycparser==2.22
|
||||||
|
pydantic==2.9.2
|
||||||
|
pydantic_core==2.23.4
|
||||||
|
pydeck==0.9.1
|
||||||
|
Pygments==2.18.0
|
||||||
|
pymongo==4.10.1
|
||||||
|
python-dateutil==2.9.0.post0
|
||||||
|
pytz==2024.2
|
||||||
|
PyYAML==6.0.2
|
||||||
|
pyzmq==26.2.0
|
||||||
|
referencing==0.35.1
|
||||||
|
requests==2.32.3
|
||||||
|
requests-toolbelt==1.0.0
|
||||||
|
rich==13.9.2
|
||||||
|
rpds-py==0.20.0
|
||||||
|
six==1.16.0
|
||||||
|
smmap==5.0.1
|
||||||
|
sniffio==1.3.1
|
||||||
|
soupsieve==2.6
|
||||||
|
SQLAlchemy==2.0.35
|
||||||
|
stack-data==0.6.3
|
||||||
|
streamlit==1.39.0
|
||||||
|
streamlit-cookies-manager==0.2.0
|
||||||
|
tenacity==8.5.0
|
||||||
|
tinycss2==1.3.0
|
||||||
|
toml==0.10.2
|
||||||
|
tornado==6.4.1
|
||||||
|
traitlets==5.14.3
|
||||||
|
typing_extensions==4.12.2
|
||||||
|
tzdata==2024.2
|
||||||
|
urllib3==2.2.3
|
||||||
|
watchdog==5.0.3
|
||||||
|
wcwidth==0.2.13
|
||||||
|
webencodings==0.5.1
|
||||||
|
yarg==0.1.9
|
||||||
|
yarl==1.15.0
|
||||||
|
zipp==3.20.2
|
Loading…
Reference in New Issue
Block a user