--- 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: ```bash git clone https://github.com/yourusername/ai-scientific-paper-generator.git cd ai-scientific-paper-generator ``` 2. Install dependencies: ```bash pip install -r requirements.txt ``` 3. Create a .env file with your Gemini API key: ```bash GEMINI_API_KEY=your_api_key_here ``` ## Usage 1. Run the application: ```bash python app.py ``` 2. Open your browser and navigate to the provided URL 3. Enter your research topic 4. 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