Commit Graph

66 Commits

Author SHA1 Message Date
7cb7881e01 Merge pull request 'fixed bug caused by empty user input, added full names of models and Alibaba recommended' () from UI_Adjustments into master
Reviewed-on: 
2025-01-14 15:51:44 +01:00
jan-kordas
3e80e9c016 fixed bug caused by empty user input, added full names of models and Alibaba recommended 2025-01-14 15:49:37 +01:00
7edaac24f1 Merge pull request 'cleanup' () from cleanup into master
Reviewed-on: 
2025-01-14 13:30:56 +01:00
21384543d0 Merge pull request 'Minor updates to analyze_input and get_duration functions for improved efficiency. Updated weight logic in recommend_movies for better recommendations. Replaced enhanced_input with standard user input and adjusted movie duration usage. Added gpt.py for…' () from improvements into master
Reviewed-on: 
2025-01-14 13:26:02 +01:00
68d7565b32 -piplup forgot about readme.md 2025-01-14 11:49:45 +01:00
d1f6541393 -Changed paths in al process_data scripts to run now from root folder -Updated readme 2025-01-14 11:48:20 +01:00
195471b92f -Changed get_images path to run now from root folder -updated readme 2025-01-14 11:44:01 +01:00
52351ecdf5 -updated readme.md 2025-01-14 11:22:44 +01:00
f7f2b39d00 -updated readme.md 2025-01-14 11:21:54 +01:00
882d203728 Minor updates to analyze_input and get_duration functions for improved efficiency. Updated weight logic in recommend_movies for better recommendations. Replaced enhanced_input with standard user input and adjusted movie duration usage. Added gpt.py for evaluation purposes. 2025-01-14 00:06:17 +01:00
e7f68d6750 -updated readme -added function prepare_app.py 2025-01-12 15:58:36 +01:00
6608bced48 -Changed torch version to cpu only 2025-01-12 15:44:09 +01:00
640497dfaf -Removed unused libaries -uncommented function block in generate_embeddings.py 2025-01-12 14:28:40 +01:00
jan-kordas
31c3b55a33 weights corrections 2025-01-12 12:02:16 +01:00
jan-kordas
505bdd390d Merge branch 'advanced-vs-fast-model' + weights corrections 2025-01-12 12:02:02 +01:00
58d4368a5e Merge pull request '-added loading animation' () from ui_loading_anim into master
Reviewed-on: 
2025-01-12 10:47:57 +01:00
9a7e2c5b2f -added loading animation 2025-01-11 22:07:44 +01:00
jan-kordas
000c4bb0ad correction in recommend_movies.py 2025-01-11 21:26:02 +01:00
jan-kordas
6ba490f699 Merge branch 'alibaba_embedding' 2025-01-11 21:19:14 +01:00
jan-kordas
67b0a8af91 added cpu generated embedding for alibaba model 2025-01-11 20:40:48 +01:00
jan-kordas
83059b0663 Separeted logic for fast model and advanced model, added euclidean-length metric 2025-01-11 20:01:00 +01:00
b708ae872a Merge pull request 'Added file to check accuracy of analyzing user input by different LLM's' () from new_models_for_analyze into master
Reviewed-on: 
2025-01-11 17:25:06 +01:00
8fbc2b1145 Merge pull request '-optimized analyzing of user input' () from runtime_optimization into master
Reviewed-on: 
2025-01-11 17:20:09 +01:00
4a558d7f79 -Added new model for embedding 2025-01-11 00:35:57 +01:00
d4daf9dca8 Added file to check accuracy of analyzing user input by different LLM's 2025-01-11 00:02:54 +01:00
35117dcf84 -optimized analyzing of user input 2025-01-10 22:05:59 +01:00
jan-kordas
0f33c85fc1 added try catch block to llm_analyze input, refactored app to start from root folder 2025-01-10 10:16:45 +01:00
56e9ab36f4 Merge pull request 'images_ui' () from images_ui into master
Reviewed-on: 
2025-01-10 08:33:21 +01:00
59cf3dc682 Merge pull request 'Added llm to user input analysis. The extraction of information from the input transmitted to llm has been improved and expanded.' () from llm_process_input into master
Reviewed-on: 
2025-01-10 08:32:57 +01:00
6ee1428b64 -Fixed path for images -Added border around images 2025-01-09 21:38:14 +01:00
79b73713e3 -Added function to get images (posters) for movies -Added images as assets -modified ui to show image for movie 2025-01-09 21:06:49 +01:00
43b1850808 Added llm to user input analysis. The extraction of information from the input transmitted to llm has been improved and expanded. 2025-01-09 18:16:32 +01:00
ed22fed648 Merge pull request 'model_enhence' () from model_enhence into master
Reviewed-on: 
2025-01-06 01:25:29 +01:00
jan-kordas
fb46b7adad generated embeddings with optional metadata 2025-01-06 01:22:55 +01:00
jan-kordas
04b88b3616 Added weighted metadata to the model 2025-01-05 23:34:35 +01:00
117b7775da Merge pull request 'UI added' () from user_interface into master
Reviewed
2025-01-05 20:26:43 +01:00
jan-kordas
bb390647ab - Added simple user user_interface in flask
- Regenerated embeddings
2025-01-05 20:23:45 +01:00
jan-kordas
e29b819e2e Merge branch 'additional_data' 2025-01-05 18:35:47 +01:00
jan-kordas
e26e6e1e19 generated embeddings for bert, sentence_bert and sentence_transformer 2025-01-05 18:34:13 +01:00
d5ca6258d4 -Added new preprocessed_data for new data 2025-01-05 13:53:07 +01:00
5fde8c1600 -Changed way of getting movie's description -Added new column (link to a movie) to data -Added progress bar to scrapper 2025-01-05 13:44:22 +01:00
7f8d4cbc6e Merge pull request 'Features were created to obtain information from user input. The information concerns actors, directors, film genres, the duration of the film and the dates of the film's production.' () from process_input into master
Reviewed-on: 
2025-01-04 16:10:45 +01:00
2926cc9eb4 Features were created to obtain information from user input. The information concerns actors, directors, film genres, the duration of the film and the dates of the film's production. 2025-01-04 15:21:46 +01:00
25b962a3d3 Updated requirements.txt 2025-01-04 13:30:27 +01:00
f08dbfe504 Merge pull request 'preprocess_data' () from preprocess_data into master
Reviewed-on: 
2025-01-03 14:34:16 +01:00
e538fbfece Added new model: paraphrase-mpnet-base-v2 2025-01-03 14:32:08 +01:00
jan-kordas
12aa28d0b0 - added bert_embeddings.pkl, sentence_transformer_embeddings.pkl and user input examples 2025-01-02 23:17:25 +01:00
jan-kordas
3d4e031cf4 - added basic model to recommed movies
- generated embeddings for bert and sentence transformer
- added example user inputs in input_exmaple file
2025-01-02 23:15:40 +01:00
jan-kordas
bd5507b439 - deleted unused 2025-01-02 19:25:18 +01:00
jan-kordas
937415496e - added preprocess_data.py
- added movies_data_short.py for testing
2025-01-02 19:21:58 +01:00