CoolFace
Apppublic

Alex-02/book-tournament

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
48 commits on main
9a8dd782y ago

Update Style.py

Alex-02
cc0f5892y ago

Update screens/WinnerScreen.py

Alex-02
2085de72y ago

Update screens/WinnerScreen.py

Alex-02
bea0e7b2y ago

Update screens/WinnerScreen.py

Alex-02
9861f202y ago

Update screens/UploadScreen.py

Alex-02
7b9372e2y ago

Update README.md

Alex-02
0457a6f2y ago

removed print statements for debugging

KarGsch
19ea5d52y ago

added back a print statement for debugging

KarGsch
465ab0c2y ago

added back a print statement for debugging

KarGsch
be784762y ago

added devcontainer back

KarGsch
8cf23562y ago

fixed a bug for description and cover url

KarGsch
17fc8402y ago

removed all print statements from code, unnecessary comments, and other debugging support from code

KarGsch
abfb4202y ago

Added Dev Container Folder

Karin987
cdebc4b2y ago

removed test booklists

KarGsch
3c818552y ago

added requirements.txt

KarGsch
c9983a42y ago

Merge branch 'main' of https://github.com/Karin987/BookChooser

KarGsch
afa11892y ago

test commit

KarGsch
a10b70c2y ago

Design changes, added Style file for fonts, limited max file size

Alex Grasso
75c2ec42y ago

Duplication issue fix with threading

MH8585
64c9d012y ago

implemented a progress bar for user feedback during metadata look-up process

Alex Grasso
9446e132y ago

missing metadata looked up after start button, minor changes to filter logic on uploadscreen, added 'series' as book metadata

KarGsch
9f3e5912y ago

minor changes to displayed information

KarGsch
8f0f3852y ago

added configuration file to change theme colors

Alex Grasso
0da4fff2y ago

designed winner page, added button to start a new round

Alex Grasso
6ca7c302y ago

fixed book picker button logic

KarGsch
4cd22702y ago

fixed book picker button logic

KarGsch
cb855372y ago

moved block to read in and print book data to under "if temp_book_list not in st.session_state to solve issue about reloading everything with every click

KarGsch
941d0622y ago

Added st.session_state to all instances of final_book_list

KarGsch
e3b33a32y ago

BookTournament now used only to launch the app, code moved to UploadScreen. Bugfixes in UploadScreen, some logic added in SelectorScreen

KarGsch
f37d0b72y ago

added columns and clickable book covers to SelectorScreen

KarGsch
22334cf2y ago

updated comments

KarGsch
21306082y ago

selectorscreen now prints information of two random books

KarGsch
0a26e5e2y ago

selectorscreen now prints information of two random books

KarGsch
e3e98752y ago

read in file from streamlit, added files with test data, updates to logic in BookTournament, added comments about some stuff that remains to be done

KarGsch
baa2aa62y ago

read in file from streamlit, added files with test data, updates to logic in BookTournament, added comments about some stuff that remains to be done

KarGsch
6696cb82y ago

drafted page 1 of GUI in streamlit

Alex Grasso
5721c702y ago

various structure updates

KarGsch
af24c072y ago

import streamlit to view

Alex Grasso
5536eaa2y ago

05.11 provisional structure try

marce
1a7c27e2y ago

05.11 csv reader updated, merged with isbn viewer

marce
ab6820f2y ago

05.11 csv reader updated

marce
0d4547f2y ago

05.11 csv reader updated

marce
a0ea2fb2y ago

added .csv file and method to get isbn from title

KarGsch
494160f2y ago

Comment because I have to 05.11

marce
2db45552y ago

got description and thumbnail from isbnlib

KarGsch
0b2f1fc2y ago

added first python class to project

KarGsch
3572b662y ago

minor updates to readme to check if it works

KarGsch
76476f32y ago

Initial commit

Karin987