Tradinator1/CoinSenseAI
1
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 