https://github.com/raju-2003/fraud-sheild
AI powered Financial Fraud Detection
https://github.com/raju-2003/fraud-sheild
langchain openai python serper streamlit
Last synced: 7 months ago
JSON representation
AI powered Financial Fraud Detection
- Host: GitHub
- URL: https://github.com/raju-2003/fraud-sheild
- Owner: raju-2003
- Created: 2024-03-21T01:42:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T04:59:21.000Z (over 1 year ago)
- Last Synced: 2025-02-09T01:17:16.810Z (8 months ago)
- Topics: langchain, openai, python, serper, streamlit
- Language: Python
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Fraud Shield**
This Streamlit app allows users to identify potentially fraudulent financial news articles.**Features:**
- Text input for entering news article or headline.
- Clickable button to initiate the search.
- Automatic analysis of the input text using OpenAI language model.
- Identification of potentially fraudulent content based on analysis.
- Differentiates between "Scam" and other types of content.
- Utilizes Google SERP tool for additional analysis.**Usage:**
1. Enter the text of the news article or headline in the provided text input field.
2. Click the "Search" button to initiate the analysis.
3. The app will provide feedback indicating whether the content is identified as a "Scam" or not.**Dependencies:**
- Streamlit
- LangChain (including llms, agents, and tools modules)
- OpenAI API key (stored securely using Streamlit Secrets)
- Google SERP tool for additional analysis**Setup:**
1. Install the required dependencies.
2. Obtain an OpenAI API key and store it securely in Streamlit Secrets.
3. Ensure access to Google SERP tool.
4. Run the Python script to start the Streamlit app.**Credits:**
This code was created by Raj Narayanan**Github:**
[https://github.com/raju-2003](https://github.com/raju-2003)**Explore and identify potentially fraudulent financial news articles with Fraud Shield!**