Automating scientic workflows with AI
Project description
🤖🧪 AutoResearcher
⚡ Automating scientic workflows with AI ⚡
What is AutoResearcher?
AutoResearcher is an open-source Python package that combines AI models and external knowledge sources to automate scientific workflows. It is designed to help researchers and scientists to speed up their research process and to make it more efficient.
The project is a very early prototype and is still under development. Currently, it is limited to conducting literature reviews. The vision, however, is to create a tool that can conduct actual scientific discovery on autopilot.
If this vision excites you, please consider contributing to the project. You can start by joining the Discord server and discussing your ideas with the community.
Installation
Install the package using pip:
pip install autoresearcher
Setting Environment Variables
Before using the package, you need to set the following environment variables:
OPENAI_API_KEY
: Your OpenAI API key for accessing the GPT-based AI models.EMAIL
: An email address of your choice (used to identify your API requests for getting citations).
You can set the environment variables in your operating system or in your Python script using the os
module:
import os
os.environ["OPENAI_API_KEY"] = "<your_openai_api_key>"
os.environ["EMAIL"] = "<your_email>"
Replace <your_openai_api_key> and <your_email> with your actual API key and email address.
Usage
- Import the literature_review function from the package:
from autoresearcher import literature_review
- Set your research question as a string:
research_question = "What is the best way to train a neural network?"
- Create a literature_review instance with your research question:
researcher = literature_review(research_question)
- Execute the researcher instance to fetch and analyze relevant papers:
researcher()
This will generate a literature review based on the research question.
Contributing
Contributions are welcome! Please feel free to submit issues or create pull requests. Let's take upgrade science together! 🚀
License
This project is licensed under the MIT License. See the LICENSE file for details.
Made with ☕ by @eimenhamedat
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file autoresearcher-0.0.4.tar.gz
.
File metadata
- Download URL: autoresearcher-0.0.4.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fffaff21350b86d06eb3f65bacec0fed5cdccd2f6d1cf972369e49003b73e6d9 |
|
MD5 | 03ae5ca9cb0390973791c2a4d795ae77 |
|
BLAKE2b-256 | 9b36f24b099057d20f627ad41571bfdecd120ebc17f5cbc95adf12f3dc1464b4 |
File details
Details for the file autoresearcher-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: autoresearcher-0.0.4-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc652d77de06924eeacb211faca541b496389a84d82fa8550c55c3f27d032db4 |
|
MD5 | 81b1fc1a447d1c94ddc2af16d9fdbc0a |
|
BLAKE2b-256 | 53818a4c6cf0b9d5ed5a838c014f449048bcf858080142ddfc89585a95d75e0b |