Open-Source Auto-Research: Simplify Your Research Tasks
Auto-Research is a free and open-source efficient tool designed to streamline various research tasks.
It enables you to generate custom detailed survey paper with topic clustered sections and proper citations, from just a single query in just under 30 mins !!
Here’s a quick look at its benefits, use-cases, features, installation process, and licensing.
Benefits
- Time-Saving: Automates repetitive research tasks.
- Accurate: Reduces human error.
- Productive: Enhances overall research efficiency.
Use-Cases
- Literature Review: Gathers and organizes research papers and articles.
- Data Collection: Scrapes data from academic databases and websites.
- Citation Management: Formats and manages citations.
- Trend Analysis: Monitors research trends.
- Report Generation: Compiles data into structured reports.
Features
- Easy to use
- Fast
- User-friendly
- Python API
- Rich Python CLI
- Easy to integrate in any Python or Django projects.
Installation
- Prerequisites: Ensure Python is installed. Download from python.org.
Requirements
- python 3.7 or above
- poppler-utils -
sudo apt-get install build-essential libpoppler-cpp-dev pkg-config python-dev
- list of requirements in requirements.txt -
cat requirements.txt | xargs pip install
- 8GB disk space
- 13GB CUDA(GPU) memory - for a survey of 100 searched papers(max_search) and 25 selected papers(num_papers)
Clone Repository:
git clone https://github.com/sidphbot/Auto-Research.git
Navigate to Directory:
cd Auto-Research
Install the requirements
pip install -r requirements.txt
License
Auto-Research is under the GPL-3.0 License, allowing for commercial use, distribution, modification, and private use.