Skip to main content

Automating scientic workflows with AI

Project description

🤖🧪 AutoResearcher


⚡ Automating scientic workflows with AI ⚡

Discord


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

  1. Import the literature_review function from the package:
from autoresearcher import literature_review
  1. Set your research question as a string:
research_question = "What is the best way to train a neural network?"
  1. Create a literature_review instance with your research question:
researcher = literature_review(research_question)
  1. 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

autoresearcher-0.0.2.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

autoresearcher-0.0.2-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file autoresearcher-0.0.2.tar.gz.

File metadata

  • Download URL: autoresearcher-0.0.2.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.12

File hashes

Hashes for autoresearcher-0.0.2.tar.gz
Algorithm Hash digest
SHA256 762a80943eb2d8ccbea36ad601515cc537366360daee34076797a29b0a5a61a7
MD5 adb6a94479261c474153d2151dc4b20a
BLAKE2b-256 a9982a684c47c55547baa9d1e436869b0ce09427566a68476ae45f042105de67

See more details on using hashes here.

File details

Details for the file autoresearcher-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for autoresearcher-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a4d9d7c3b594f13c6594535f8b5759cf047d9889398235901881039f8873ca4c
MD5 6e2dbd304b1b52b13a2ce5ae8dc75611
BLAKE2b-256 d2cbd1411cd5fcfbbb6f21e434b676e836a53a3a6bdeb7dbf6f71d4c396c1fc1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page