Hackur45 / automated-researching-method

2 stars 3 forks source link

AI Research Generator πŸ€–πŸ“š

The idea is that the agent will be prompted with a question, and based on the question, it will counter-question the user to gain more insights. It will then pass this information to the web researcher, who will conduct thorough research on the topic and provide the research insights to a LaTeX converter. The LaTeX converter will then pass the results to the PDF maker, and the final document will be saved to the user's directory.

🎯 Project Overview

The AI Research Generator is a platform that automates the entire research paper generation process through a series of intelligent AI agents:

  1. Question Agent: Analyzes user prompts and generates clarifying questions.
  2. Research Agent: Performs in-depth web research based on the refined prompts.
  3. LaTeX Converter: Transforms the research findings into an academic paper format.
  4. PDF Generator: Produces the final, downloadable research paper.

Our Idea

We aim to build a research hub like arXiv but with a twist: instead of traditional researchers, anyone can prompt the system to generate research papers, making it accessible to anyone curious enough to ask a question.

πŸ’» Tech Stack

Application Stack

AI Stack

πŸ› οΈ Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/ai-research-generator.git
    cd ai-research-generator
  2. Install dependencies:

    pip install -r -q  requirements.txt 
  3. Set up environment variables:

    # Create a .env file and add your API keys
    GROQ_API_KEY="YOUR_KEY_GOES_HERE"
  4. Get your API key here:

🌟 Future Plans

While we’re still in development, our roadmap includes:

🀝 Contributing

We’re excited to have contributions from the community! Feel free to fork the repo and submit a Pull Request. We’d love to see what you create!