Skip to content

Mayank-kumar2132/ScholarAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š Scholar AI – AI-Powered Research Assistant

Scholar AI is a GenAI-based research assistant that allows you to upload academic PDFs or search arXiv papers and ask questions about them. It uses powerful embeddings and language models to fetch relevant context and provide detailed answers to your research queries.


πŸš€ Features

  • βœ… Upload and analyze multiple research paper PDFs
  • πŸ” Ask questions and get detailed AI-generated responses based on the content
  • 🧠 Uses Google Generative AI (Gemini) for both embeddings and chat-based reasoning
  • πŸ“– Search academic research papers from arXiv by topic
  • πŸ’Ύ Locally stores and retrieves documents using FAISS for fast vector search

πŸ› οΈ Tech Stack

  • Python
  • Streamlit (for the web interface)
  • LangChain (for chaining models and prompts)
  • Google Generative AI (gemini-pro, embedding-001)
  • FAISS (for vector database)
  • PyPDF2 (to read PDF content)
  • arxiv (to search academic papers)

πŸ“‚ Project Structure

scholar-ai/ β”‚ β”œβ”€β”€ app.py # Main Streamlit app β”œβ”€β”€ .env # Contains GOOGLE_API_KEY β”œβ”€β”€ faiss_index/ # Folder to store vector database └── requirements.txt # Python dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages