Fan Xiangting; He Ping; Song Youtong; Wang Jiandong; Zhao Zeyu
Financial Eye’s goal is to recommend news articles published in different news websites via the topics of BBC news that users are browsing. The key feature of our system is to show different visions based on the same story.
There are two parts of this project: back-end and front-end.
#Financial_Eye -- Back-End
What we used:
User login / register
This app is used to fetch news througg Rss feeds and save them to the database.
This app is used to calculate the similarity of news.
#Android -- Front-End What we used:
Clone the whole project using the following commands:
$ git clone git@github.com:ucd-nlmsc-teamproject/Transart.git
one terminal:
$ redis-server &
another terminal:
$ python manage.py celeryd -l info -B -c 5
$ python manage.py runserver
Generate an apk file and install it.
git add filename git commit -m "commit message" git push git@github.com:ucd-nlmsc-teamproject/Transart.git