This project is an Ai-powered research assistant that leverages DeepSeek AI and LangChain to analyze recent research papers, identify promising new research directions, and generate new research papers with mathematical equations and LaTeX PDF rendering.
- Search and read papers from arXiv.org
- Summarize and analyze research papers
- Suggest new research directions
- Write new research papers with equations
- Render papers as LaTeX PDFs
- Uses DeepSeek AI for advanced language understanding
The diagram above shows the overall architecture of the Agentic AI Researcher system.
-
Clone the repository:
git clone https://github.com/yourusername/agentic_ai_researcher.git cd agentic_ai_researcher -
Install dependencies:
pip install -r requirements.txt -
(Optional) Set up your DeepSeek API key in the code or via environment variables.
Run the main script:
python ai_researcher.py
or
python ai_researcher_2.py
Follow the prompts to interact with the AI researcher.
ai_researcher.py/ai_researcher_2.py: Main agent scriptsarxiv_tool.py,read_pdf.py,write_pdf.py: Tool modulesimages/: Contains architecture diagram and other images
MIT License
For questions or contributions, please open an issue or pull request!
