🧠 Inspiration

Academic research is becoming increasingly overwhelming due to the rapid growth of published papers. Students and researchers spend hours manually searching for relevant papers, summarizing findings, and writing literature reviews.

I wanted to build a tool that could simplify this process using AI and make research faster and more accessible.


🚀 What it does

i-Smart ScholAR is an AI-powered academic assistant that helps users discover, analyze, and summarize research papers in one place.

It allows users to:

  • Generate research keywords from prompts or PDFs
  • Discover and rank relevant academic papers
  • Instantly summarize papers using AI
  • Generate structured literature reviews
  • Export research summaries in Markdown or PDF

The goal is to reduce hours of manual research into a few minutes.


🏗️ How I built it

The project uses a modern full-stack architecture:

  • Frontend: React + Vite + TailwindCSS
  • Backend: FastAPI (Python)
  • AI Layer: Azure OpenAI (GPT-4o) with LangChain
  • Database: MySQL
  • Paper Source: OpenAlex API

LangChain was used to build multi-step AI workflows like keyword generation, summarization, and literature synthesis.


🤖 AI Usage

Azure OpenAI (GPT-4o) powers the core intelligence of the platform, including:

  • Keyword generation from user input
  • Context-aware paper summarization
  • Literature review synthesis across multiple papers

This enables accurate and structured academic insights.


⚡ Challenges I ran into

One major challenge was building reliable AI pipelines that produce consistent outputs across multiple papers. Managing context and prompt quality required careful tuning.

Another challenge was balancing response speed with output quality while integrating multiple APIs in real time.


🏆 Accomplishments that I'm proud of

  • Built a complete end-to-end AI research platform
  • Integrated LLM workflows using LangChain
  • Designed a clean and usable research interface
  • Successfully deployed a working AI web application

📚 What I learned

Through this project, I gained hands-on experience in:

  • Building real-world AI applications
  • Designing LLM workflows using LangChain
  • Prompt engineering for structured outputs
  • Full-stack AI system architecture
  • Deploying scalable AI-powered web apps

🔮 What's next for i-Smart ScholAR

  • Smarter semantic search using embeddings
  • Multi-user collaboration and shared workspaces
  • Citation export and reference tools
  • Integration with more academic sources like arXiv and PubMed
  • Multi-language research support

The long-term goal is to evolve i-Smart ScholAR into a complete AI research companion.


💡 Impact

i-Smart ScholAR demonstrates how AI can simplify complex academic workflows and make high-quality research more accessible to students, researchers, and innovators.

Built With

Share this project:

Updates