Skip to main content

A package for generating stories about future concepts that are physically implementable.

Project description

futurephysics

futurephysics is a Python package that generates stories about future concepts that are not to far fetched, i.e. concepts should be possible to be implemented. It uses OpenAI's GPT-4, DALL-E models and Wikipedia to generate the story and corresponding images.

background

its great to have now all this creative tools, one way to use them efficient is to create glorious futures of humanity which will be probably powered by technology. the author is a big fan of the project hieroglyph which is a initiative of the university arizona which can be best explained by qouting from wikipedia "initiative to create science fiction in order to spur innovation in science and technology founded". this repository and the easy usable python packages goal is it to replicate this project but with generative AI Wikipedia. I also saw a few tweets where people tried to create visionary concepts with AI in twitter threads:

Installation

You can install futurephysics from PyPI:

pip install futurephysics

Usage

Here's a basic example of how to use futurephysics:

from futurephysics import story

#Replace 'your-openai-api-key' with your actual OpenAI API key
openai_api_key = 'your-openai-api-key'

#Generate a story
html = story(openai_api_key)

#The 'html' variable now contains the HTML string of your generated story

You can also provide your own list of categories with which the story gets drafted:

from futurephysics import story

#Replace 'your-openai-api-key' with your actual OpenAI API key
openai_api_key = 'your-openai-api-key'

#Generate a story
html = story(openai_api_key, )

#The 'html' variable now contains the HTML string of your generated story

Contributing

If you run into any issue the most helpful you can do is opening a issue in GitHub. Thank you so much!

Roadmap

  • improve image selection from wikipedia
  • improve image gen via dalle
  • improve prompting

License

This project is licensed under the MIT License.

todos

  • upload images into google bucket
  • adjust readme
  • generate 50 stories
  • put them on to framer website
  • make framer pretty
  • launch

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

futurephysics-0.2.tar.gz (15.0 kB view hashes)

Uploaded Source

Built Distribution

futurephysics-0.2-py3-none-any.whl (14.8 kB view hashes)

Uploaded Python 3

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