Python Forum
Design of borrower early warning syatem
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Design of borrower early warning syatem
#1
Hello All,

I am planning to design a loan early warning system for my borrowers in python. In this regard, i want to have following:

1) News alert for my borrowers (daily alerts from the web)
2) Top news alerts in excel format (generated in stage one above)
3) Summary of each news alert in excel
4) Sentiment analysis of each news alert in excel

Kindly guide.
Thanks in advance..
Reply
#2
below are links to appropriate packages that match or come close to requested process.
The work of finding a good fit is left up to you.
If it looks like there is a fit, you should write a short program to try the package.

  1. News alert for my borrowers (daily alerts from the web). - These are email broadcast packages:
    https://pypi.org/search/?q=email+%2B+broadcast
  2. Top news alerts in excel format (generated in stage one above) - News alerts general:
    https://pypi.org/search/?q=news+%2B+alerts&o=
  3. Summary of each news alert in excel
    you will probably have to arrange in excel yourself, using pyexcel (or similar) package:
    https://pypi.org/project/pyexcel/
  4. Sentiment analysis of each news alert in excel - Various Sentiment analysis packages:
    https://pypi.org/search/?q=Sentiment+%2B+analysis
  5. You will also have to create your web page, and be able to handle subscriptions. That is exactly the objective of the Flask tutorial here:
    https://blog.miguelgrinberg.com/post/the...ello-world

This should get you started.
amolp likes this post
Reply
#3
This sounds like very large project. Split in smaller parts. Think design beforehand.
Start building it one module/feature at a time and adding features as you go.
Like you state it now, this is probably all advise you can get.
ndc85430 and amolp like this post
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#4
(Dec-12-2020, 09:03 AM)Larz60+ Wrote: below are links to appropriate packages that match or come close to requested process.
The work of finding a good fit is left up to you.
If it looks like there is a fit, you should write a short program to try the package.

  1. News alert for my borrowers (daily alerts from the web). - These are email broadcast packages:
    https://pypi.org/search/?q=email+%2B+broadcast
  2. Top news alerts in excel format (generated in stage one above) - News alerts general:
    https://pypi.org/search/?q=news+%2B+alerts&o=
  3. Summary of each news alert in excel
    you will probably have to arrange in excel yourself, using pyexcel (or similar) package:
    https://pypi.org/project/pyexcel/
  4. Sentiment analysis of each news alert in excel - Various Sentiment analysis packages:
    https://pypi.org/search/?q=Sentiment+%2B+analysis
  5. You will also have to create your web page, and be able to handle subscriptions. That is exactly the objective of the Flask tutorial here:
    https://blog.miguelgrinberg.com/post/the...ello-world

This should get you started.

Thanks a ton.. as i'm new and just started coding, it's not going to be easy for me. i've been trying stage one as recommended by you, but cannot proceed. can i request you to write a small code for me to search news items for my borrower entity. This will be a great help for me.. thanks in advance!!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  "while" loop is looping back too early mangurian 1 1,353 Jan-28-2022, 09:15 AM
Last Post: ibreeden
  Early data import question VorpalPirate 2 2,307 Dec-09-2019, 10:52 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020