udaylunawat / Idea_Generator

Generating Ideas for Ideation and Innovation using LLMs and chain prompting

Home Page:https://ideagenerator-production.up.railway.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create environment and Install dependecies

Ideas

  • Allow cards to be refreshed

    • append all chat history in st.session_state.chat_messages
    • store usable business idea JSON in st.session_state.idea_json
  • reduce tokens by giving them abbreviations

  • make mind map

  • Deploy on Railway.io (https://ideagenerator-production.up.railway.app/)

Installation

conda create --name openai -y
conda activate openai
pip install -r requirements.txt

Run locally

streamlit run streamlit_refresh.py

Roadmap

  • Improve Prompts

About

Generating Ideas for Ideation and Innovation using LLMs and chain prompting

https://ideagenerator-production.up.railway.app/

License:MIT License


Languages

Language:Python 98.3%Language:Dockerfile 1.7%