laudanum123 / fantasy_fabricator

Use GPT-3 for your RPG Sessions
MIT License
3 stars 1 forks source link

Fantasy Fabricator

A tool to help you create and manage your adventures, characters, and enemies with the help of GPT-3.

Screenshot of the application

Features

In Progress Features

Planned Features

Prerequisites

Installing

  1. Clone the repository

    git clone https://github.com/laudanum123/fantasy_fabricator.git
  2. Install the dependencies

    cd frontend/ 
    npm install
    pip install -r requirements.txt
  3. Create API-File with your OpenAI API-Key

    touch ./backend/api_key.py
    #./backend/api_key.py
    API_KEY = 'YOUR-OPENAI-API-KEY'
    # Make sure to add this file to .gitignore if you plan on contributing
  4. Install the spacy named entity package

    python -m spacy download en_core_web_sm
  5. Start the development server

    cd frontend/ 
    npm run serve
    python backend/app.py
  6. Open http://localhost:8080 in your browser to see the application.

Built With

Contributing

Please fork the repo and create a pull request if you want to contribute

Authors Laudanum - Initial work - laudanum123