CoolFace
Apppublic

Tradinator1/CoinSenseAI

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes
README.md73 linesDownload Raw Back to root
1---2title: CoinSenseAI3emoji: πŸ”₯4colorFrom: blue5colorTo: yellow6sdk: gradio7sdk_version: 5.42.08app_file: app.py9pinned: false10short_description: Your AI-Powered Crypto Portfolio & News Bias Analyzer11---12 13CoinSenseAI Your AI-Powered Crypto Portfolio & News Bias Analyzer14 15Author: Muhammad Ahmad Khattak16 17πŸ“Œ Overview CoinSenseAI is an intelligent web application that combines real-time crypto portfolio analysis with fake news & bias detection for cryptocurrency-related headlines. It’s built to help investors make smarter, data-driven decisions and avoid falling for misleading information in the volatile crypto market.18 19πŸš€ Features Crypto Portfolio Analysis:20 21Fetches live crypto prices from CoinGecko API22 23Analyzes portfolio performance24 25Gives market trend insights26 27Fake News & Bias Detection:28 29Uses AI to detect misinformation and bias in crypto-related news30 31Returns bias percentage and reasoning32 33Simple & Fast UI:34 35Clean Gradio interface36 37Real-time outputs for both modes38 39πŸ› οΈ Tech Stack Frontend: Gradio40 41Backend: FastAPI42 43Agent Framework: CrewAI / LangChain (planned integration)44 45Data Source: CoinGecko API46 47Deployment: HuggingFace Spaces48 49πŸ“‚ Project Structure bash Copy code CoinSenseAI/ │── api_crypto.py # Portfolio analysis backend logic │── api_news.py # Fake news & bias detection backend logic │── app.py # Main Gradio UI │── requirements.txt # Dependencies │── README.md # Project documentation ⚑ Installation bash Copy code50 511. Clone this repository52git clone https://github.com/Tradinator1/coinsenseai.git cd coinsenseai53 542. Install dependencies55pip install -r requirements.txt56 573. Run locally58python app.py59 60🎯 Usage Portfolio Mode:61 62Enter your crypto holdings63 64Get real-time market value + trend insights65 66News Analysis Mode:67 68Paste any crypto-related news headline69 70Instantly detect bias and misinformation71 72πŸ‘¨β€πŸ’» Author Muhammad Ahmad Khattak Data Science & AI Enthusiast | Crypto Analyst | Full-Stack AI Developer73