Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Peharge committed Oct 30, 2024
1 parent ed9ff35 commit 71733e1
Show file tree
Hide file tree
Showing 17 changed files with 2,203 additions and 11 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,17 +219,16 @@ ollama run mistral-nemo
## Demo

<p align="center">
<img src="./img-readme/Screenshot 2024-10-25 161951.png" width="400"/>
<img src="./img-readme/Screenshot 2024-10-26 144030.png" width="400"/>
<img src="./img-readme/Screenshot 2024-10-26 150253.png" width="400"/>
<img src="./img-readme/Screenshot 2024-10-26 161146.png" width="400"/>
<img src="./img-readme/img1.png" width="400"/>
<img src="./img-readme/woyzy-gif5.gif" width="400"/>
<img src="./img-readme/woyzy-gif4.gif" width="400"/>
<img src="./img-readme/woyzy-gif7.gif" width="400"/>
<img src="./img-readme/img2.png" width="400"/>
<img src="./img-readme/img3.png" width="400"/>
<img src="./img-readme/woyzy-gif8.gif" width="400"/>
<img src="./img-readme/img4.png" width="400"/>
</p>

<video controls width="600">
<source src="woyzy-video0001-0300.mkv" type="video/mkv">
Ihr Browser unterstützt das Video-Element nicht.
</video>

## Demo-text

<div style="display: flex; justify-content: center; align-items: center; gap: 20px; flex-wrap: wrap;">
Expand Down
Binary file removed img-readme/Screenshot 2024-10-25 161951.png
Binary file not shown.
Binary file removed img-readme/Screenshot 2024-10-26 120544.png
Binary file not shown.
Binary file removed img-readme/Screenshot 2024-10-26 144030.png
Binary file not shown.
Binary file removed img-readme/Screenshot 2024-10-26 150253.png
Binary file not shown.
Binary file removed img-readme/Screenshot 2024-10-26 161146.png
Binary file not shown.
Binary file added img-readme/Woyzy-gif8.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img-readme/img1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img-readme/img2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img-readme/img3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img-readme/img4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img-readme/woyzy-gif4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img-readme/woyzy-gif5.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img-readme/woyzy-gif7.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main3.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def ask_model_for_interpretation(passage):
# Flask-Routen
@app.route('/')
def index():
return render_template('index3.html', models=models)
return render_template('index5.html', models=models)

@app.route('/chat', methods=['POST'])
def chat():
Expand Down
2 changes: 1 addition & 1 deletion main4.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def ask_model_for_interpretation(passage):
# Flask-Routen
@app.route('/')
def index():
return render_template('index4.html', models=models)
return render_template('index5.html', models=models)

@app.route('/chat', methods=['POST'])
def chat():
Expand Down
Loading

0 comments on commit 71733e1

Please sign in to comment.