File size: 1,491 Bytes
e80ed82
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
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