Commit Graph

95 Commits

Author SHA1 Message Date
c8b0557498 made docker client local to handlers and lazy
loaded so that we don't have to start docker if we don't want it
2025-05-18 08:22:32 +02:00
e310383721 created requirements.txt 2025-05-18 08:08:31 +02:00
5e2c2f37c8 first setup for status check with uuid 2025-05-17 17:37:19 +02:00
085ba23bf3 fixed overflow problem 2025-05-15 16:34:25 +02:00
320a5c6401 added info to the download dataset fieldset 2025-05-15 16:21:07 +02:00
7337bfe409 filled in the info modal for the upload of the data 2025-05-15 15:57:37 +02:00
fa8b1e14fd formatted code 2025-05-15 15:45:14 +02:00
230957d4c7 made modal style better 2025-05-15 14:23:29 +02:00
a75fcc45a2 gave better colour for background header 2025-05-15 14:11:09 +02:00
014c3771fd added info button for each fieldset 2025-05-15 14:10:57 +02:00
3f9154cb95 added the possibility of having more that one
messsage shown in the modal
2025-05-15 12:20:02 +02:00
269ced22bd added some visibility handling 2025-05-15 11:31:47 +02:00
c88b2216df made style better 2025-05-15 11:31:39 +02:00
38de43fc98 now using .hidden everywhere to toggle visibility
of elements
2025-05-15 11:18:42 +02:00
24b1e341b2 added fieldset to ask for progress in case the
user reloads the page
2025-05-15 11:12:21 +02:00
3435c3c168 updated todo 2025-05-15 10:57:42 +02:00
d90f8e4f12 added more fine grained percentage 2025-05-15 10:50:24 +02:00
1f22d606c0 added fixed point to progress percentage 2025-05-15 10:46:38 +02:00
2e4382617f added header to page 2025-05-14 22:56:42 +02:00
d833beee83 included the error message to the results in case
of failure for code refinement
2025-05-14 22:22:42 +02:00
8c9ba66705 properly showing the proposed comment 2025-05-14 22:07:13 +02:00
b023d197ce when the results of the latest process is done,
the previous result get hidden
2025-05-14 22:05:42 +02:00
5f6908ba38 added logic to show results of both operations 2025-05-14 22:02:12 +02:00
7dbfd51258 added the table for the the results of code
refinement
2025-05-14 22:01:51 +02:00
2980f29bfa made the route for comment generation comment
instead of comments
2025-05-14 22:01:12 +02:00
28566ef37e implement submission injection 2025-05-14 21:24:25 +02:00
aad5d2079f made better print statements 2025-05-14 21:24:13 +02:00
8ad65a65ce removed useless print 2025-05-14 21:23:51 +02:00
e0fb7db52c fixed the get_build_handler function 2025-05-14 18:18:25 +02:00
aaa27305a0 made print better 2025-05-14 18:18:07 +02:00
6f55941cab implemented the evaluation of code refinement 2025-05-14 18:17:50 +02:00
6a9adaf194 removed useless print 2025-05-14 16:17:43 +02:00
a11be64a6d now validating the input for code refinement 2025-05-14 16:16:05 +02:00
32949633cc renamed the json validation more appropriately 2025-05-14 16:15:40 +02:00
47cd1b6b0c fixed typo that introduced a bug 2025-05-14 16:15:07 +02:00
1e12bcafab server now reloads once it detects a change in the
files
2025-05-14 16:14:46 +02:00
345309d7b8 added host=0.0.0.0 to make it work on gym 2025-05-14 15:56:56 +02:00
cdd82ac1f5 now using dataset and doign a better job with bleu
calculations and paraphrases
2025-05-14 15:56:28 +02:00
828374e31e re-introduced the fixed point so that it's cleaner
and more aligned
2025-05-14 15:55:43 +02:00
c49ed9608a added the dataset and the handlers from the
dataset_builder and started modifying them for the
webapp
2025-05-14 15:55:14 +02:00
741c2a95e6 now errors are sent with json form instead of html 2025-05-14 13:18:36 +02:00
3a4bfd611b ported backend to python 2025-05-13 13:27:38 +02:00
e5bd1d3a08 updated todo 2025-05-13 11:36:30 +02:00
16fb78dc5b removed useless comments 2025-05-11 09:37:29 +02:00
374362537f small fix on evaluate refinement 2025-05-11 09:35:36 +02:00
686500fc2e max_n for bleu score is now the smallest number
between the number of tokens in candidate, reference or 4
2025-05-11 09:34:56 +02:00
f03e95cd58 using underscore instead of spaces in result obj 2025-05-11 09:34:40 +02:00
91ffbc467e uncommented code from main 2025-05-11 09:26:37 +02:00
3ecaa2253a updated todo 2025-05-10 23:43:38 +02:00
c1e279a18d added the behaviour for the download results btn 2025-05-10 23:43:21 +02:00