Remember about virtual enviorment!
python -m venv nazwa_srodowiska
To run the application, you must install the libraries listed in requirements.txt
.
pip install -r requirements.txt
Then run the streamlit run
command to start the app on link: http://localhost:8501/.
streamlit run genai.py
Presentation: https://ai4app.pl/chatbots/example/genai_krakow.pdf
- This repository accompanies the link:https://graphacademy.neo4j.com/courses/llm-chatbot-python/ an Neo4j-backed Chatbot using Python course on link: https://graphacademy.neo4j.com/?ref=github GraphAcademy.
- For a complete walkthrough of this repository, link