ferferefer's picture
Upload README.md
e80ed82 verified

A newer version of the Gradio SDK is available: 5.17.1

Upgrade
metadata
title: Multi-Agent AI - Article Writing
emoji: 📖
colorFrom: blue
colorTo: gray
sdk: gradio
sdk_version: 5.5.0
app_file: app.py
pinned: true
license: apache-2.0
short_description: Multi-Agent AI with crewAI

AI Scientific Paper Generator

An AI-powered application that generates comprehensive scientific papers using a multi-agent system. Created by Dr. Fernando Ly.

Features

  • Research Agent: Collects relevant scientific articles from PubMed Central and Google Scholar
  • Writing Agent: Synthesizes research into a well-structured scientific paper
  • Proper APA citations and references
  • Modern, user-friendly interface

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/ai-scientific-paper-generator.git
cd ai-scientific-paper-generator
  1. Install dependencies:
pip install -r requirements.txt
  1. Create a .env file with your Gemini API key:
GEMINI_API_KEY=your_api_key_here

Usage

  1. Run the application:
python app.py
  1. Open your browser and navigate to the provided URL
  2. Enter your research topic
  3. Wait for the agents to generate your paper

Paper Structure

The generated papers follow standard scientific paper format:

  • Introduction
  • Materials and Methods
  • Results
  • Discussion
  • Conclusion
  • References

Credits

Created by Dr. Fernando Ly

License

MIT License

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference