Skip to content

umairazmat/Idea-Crafter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Idea Crafter - AI-Powered Idea Generator

Description

Idea Crafter is a web application that generates unique business ideas based on user input, leveraging OpenAI's GPT model. Users can specify an industry, problems they want to solve, desired impacts, and skills they wish to learn.

Getting Started

Prerequisites

  • Python 3.7 or higher
  • Pip (Python package manager)

Installation

Clone the repository:

git clone https://github.com/umairazmat/Idea-Crafter
cd Idea-Crafter

Set up a virtual environment:

python -m venv idea-crafter
.\idea-crafter\Scripts\activate

For Windows:

.\idea-crafter\Scripts\activate

For Mac/Linux:

source idea-crafter/bin/activate

Install the required packages:

pip install -r requirements.txt

Create a .env file in the root directory with the following content:

OPENAI_API_KEY=your_actual_api_key
OPENAI_API_BASE=

Run the application:

streamlit run .\project\app.py

if script not run :

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages