Kodi Community Forum
Use machine learning to improve suggestions - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+---- Forum: GSoC (https://forum.kodi.tv/forumdisplay.php?fid=299)
+----- Forum: GSOC 2019 (https://forum.kodi.tv/forumdisplay.php?fid=293)
+----- Thread: Use machine learning to improve suggestions (/showthread.php?tid=341814)



Use machine learning to improve suggestions - shubham kumar - 2019-03-09

Hi Razze,

I am a final year undergraduate at IIT kharagpur. I am interested in machine learning. I have done courses on Lineae Algebra, Multivariate Calculus, Probability and Statistics, coding, ML algorithms. I am interested in working on this project. I have experience with C++ and Python.
I am following this guide  https://github.com/xbmc/xbmc/blob/master/docs/README.Windows.md and I am getting trouble with the following command "make-mingwlibs.bat"(in 4. Set up the build environment)
The mintty shell is waiting at "File to patch:"
How should I proceed?
I would be grateful for your help.

Thanks and best.


RE: Use machine learning to improve suggestions - Razze - 2019-03-09

hey there, did you wait long enough?

we will need a full log to be able to help you


RE: Use machine learning to improve suggestions - shubham kumar - 2019-03-10

Hi,

https://paste.kodi.tv/ahuvowifur

This is the log from the shell.
It was running for 10+ hours.

Thanks.


RE: Use machine learning to improve suggestions - shubham kumar - 2019-03-11

Hi ,
I tried installing in Ubuntu 18.04.
sudo make -C tools/depends/target/crossguid PREFIX=/usr/local

I get the following error:
make: Entering directory '/home/kakashi/kodi/tools/depends/target/crossguid'
cd /home/kakashi/kodi/tools/depends/target/crossguid; curl -Ls --create-dirs -f -O  http://mirrors.kodi.tv/build-deps/sources/crossguid-8f399e8bd4.tar.gz
Makefile:44: recipe for target '/home/kakashi/kodi/tools/depends/target/crossguid/crossguid-8f399e8bd4.tar.gz' failed
make: *** [/home/kakashi/kodi/tools/depends/target/crossguid/crossguid-8f399e8bd4.tar.gz] Error 7
make: Leaving directory '/home/kakashi/kodi/tools/depends/target/crossguid'

Could you help?


RE: Use machine learning to improve suggestions - shubham kumar - 2019-03-11

I am getting an error with cmake as well
with this command : cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local -DENABLE_INTERNAL_FMT=ON

This is the log:
https://paste.kodi.tv/ebosiwuren


RE: Use machine learning to improve suggestions - Razze - 2019-03-11

The first two are caused by your connection, try to redownload that part.


RE: Use machine learning to improve suggestions - shubham kumar - 2019-03-11

Hi,
Thanks for your reply. Switching to ubuntu 16.04 fixed some issues for me.
I am having an error: Error: could not load cache
with the following command:
cmake --build . -- VERBOSE=1 -j$(getconf _NPROCESSORS_ONLN)

The logs from cmake ../kodi -DCMAKE_INSTALL_PREFIX=/usr/local 
are : https://paste.kodi.tv/ucifajeyin

Thanks for your help. :-)