<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: xQrewo</title>
    <description>The latest articles on DEV Community by xQrewo (@xqrewo).</description>
    <link>https://dev.to/xqrewo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3176658%2Ffc442fd0-0e47-4e55-8f23-0fc09f1bbf17.jpeg</url>
      <title>DEV Community: xQrewo</title>
      <link>https://dev.to/xqrewo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/xqrewo"/>
    <language>en</language>
    <item>
      <title>🚀 Building DocuScopeAI — My First Real Full-Stack AI Project (Part 1)</title>
      <dc:creator>xQrewo</dc:creator>
      <pubDate>Thu, 29 May 2025 06:22:46 +0000</pubDate>
      <link>https://dev.to/xqrewo/building-docuscopeai-my-first-real-full-stack-ai-project-part-1-3k7p</link>
      <guid>https://dev.to/xqrewo/building-docuscopeai-my-first-real-full-stack-ai-project-part-1-3k7p</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hey everyone!&lt;/strong&gt;&lt;br&gt;
I'm Max, a high school student from Poland. I’ve been coding for a while now, but this is the first time I’m diving deep into a full-stack project that mixes frontend, backend, and AI magic — and I'm hyped to share my journey with y’all. This post is the first in a series documenting how I’m building DocuScopeAI from scratch.&lt;/p&gt;

&lt;h2&gt;
  
  
  📌 What is DocuScopeAI?
&lt;/h2&gt;

&lt;p&gt;DocuScopeAI is a web app that helps users (especially SMBs and freelancers) understand complex documents like NDAs, contracts, invoices, and terms &amp;amp; conditions — without needing a lawyer.&lt;/p&gt;

&lt;p&gt;The app can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🧠 Extract raw text from PDFs and images (using OCR)&lt;/li&gt;
&lt;li&gt;✍️ Summarize documents with Hugging Face models&lt;/li&gt;
&lt;li&gt;❓ Answer questions about the content&lt;/li&gt;
&lt;li&gt;🌐 All through a simple, modern web interface&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🎯 Why I'm Building This
&lt;/h2&gt;

&lt;p&gt;My main goals:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Learn how to build modern full-stack apps&lt;/li&gt;
&lt;li&gt;Get good at FastAPI &amp;amp; Hugging Face pipelines&lt;/li&gt;
&lt;li&gt;Dive into frontend dev (React, Tailwind, Next.js)&lt;/li&gt;
&lt;li&gt;Play with open-source LLMs&lt;/li&gt;
&lt;li&gt;Create something I’d actually use IRL&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  ⚙️ What I’ve Done So Far
&lt;/h2&gt;

&lt;p&gt;✅ OCR-powered document ingestion (images + PDFs)&lt;br&gt;
✅ Summarization using facebook/bart-large-cnn&lt;br&gt;
✅ Raw text summarization endpoint&lt;br&gt;
✅ Question answering using OpenRouter’s LLaMA 3 model&lt;br&gt;
✅ Clean file structure with utils and separate routes&lt;br&gt;
✅ Started planning frontend (Next.js + Tailwind combo incoming)&lt;/p&gt;

&lt;h2&gt;
  
  
  🔮 What’s Coming Next
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;✅ Connect frontend to the backend via REST&lt;/li&gt;
&lt;li&gt;📁 Add document versioning and history tracking&lt;/li&gt;
&lt;li&gt;🔐 Add user authentication&lt;/li&gt;
&lt;li&gt;🧩 Extract key clauses (like dates, names, legal terms)&lt;/li&gt;
&lt;li&gt;✨ Improve the UI with animations and polish&lt;/li&gt;
&lt;li&gt;📦 Deploy the app (thinking Railway or Fly.io for backend)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🛠 Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🧠 Hugging Face Transformers for AI tasks&lt;/li&gt;
&lt;li&gt;🧾 PyTesseract + pdf2image for OCR&lt;/li&gt;
&lt;li&gt;🚀 FastAPI for the backend&lt;/li&gt;
&lt;li&gt;💻 Next.js + Tailwind (soon) for the frontend&lt;/li&gt;
&lt;li&gt;🗃 PostgreSQL (coming later for storage)&lt;/li&gt;
&lt;li&gt;☁️ Hosting with Vercel + Railway (probably)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Whole project is available on github: &lt;a href="https://github.com/urewo396/DocuScopeAI" rel="noopener noreferrer"&gt;https://github.com/urewo396/DocuScopeAI&lt;/a&gt;  if you want to check it out or make some changes for yourself feel free to do it!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thanks for reading!&lt;/strong&gt;&lt;br&gt;
If you’ve built something similar or have ideas for cool features, hit me up in the comments 👇&lt;br&gt;
And if you're also just vibing through learning FastAPI or frontend like me, let’s connect 💬&lt;/p&gt;

&lt;p&gt;Until next time — peace out 🧠⚡&lt;/p&gt;

</description>
      <category>programming</category>
      <category>python</category>
      <category>highschool</category>
      <category>fullstack</category>
    </item>
  </channel>
</rss>
