Please find the attached document.
Python Program and AI
Built a working Python program and AI algorithm with GUI that do the following
- In the main page put the following items with clear and visible locations:
- field for text entry that the user can enter a text.
- A feed for what the user writes and enters.
- A counter with Zero initial value that is present.
- A deletion button to delete the feed
- A button for help and direct messages (DM)
- Then the AI algorithm detects if the text is spam or not (use any existing and up-to-date labeled data set for detection)
- If the text is not spam proceed for posting the entered text in the main page feed
- If the text is spam present a CAPCHA if solved procced to post the text in the main page feed and increase the counter by one
- When the counter reaches the value of 1 Present CAPTCHA every time the user wants to post anything.
- Each time the AI detects that the text is Spam the counter increases by one and each time the AI does not detect a Spam the decreases by one.
- If the counter reached the value 4 put a clear message in the main page that your account is suspended until the feed is deleted.
Python Program and AI
Built a working Python program and AI algorithm with GUI that do the following
I.
II.
III.
IV.
V.
VI.
VII.
In the main page put the following items with clear and visible locations:
• field for text entry that the user can enter a text.
• A feed for what the user writes and enters.
• A counter with Zero initial value that is present.
• A deletion button to delete the feed
• A button for help and direct messages (DM)
Then the AI algorithm detects if the text is spam or not (use any existing and up-to-date labeled
data set for detection)
If the text is not spam proceed for posting the entered text in the main page feed
If the text is spam present a CAPCHA if solved procced to post the text in the main page feed
and increase the counter by one
When the counter reaches the value of 1 Present CAPTCHA every time the user wants to post
anything.
Each time the AI detects that the text is Spam the counter increases by one and each time the AI
does not detect a Spam the decreases by one.
If the counter reached the value 4 put a clear message in the main page that your account is
suspended until the feed is deleted.