elebumm / BusinessGPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BusinessGPT ๐Ÿ“Š

Built in a couple of days as seen on my channel!

Description ๐Ÿ—„๏ธ

Using GPT-4, create a business plan for your next startup! See if it's a good idea or not!

Is able to scrape websites inserted to get information about competitors and use that as information for GPT-4.

Uses SvelteKit on the frontend as a form generation!

Disclaimer โš ๏ธ

This is just a fun project and is not meant to be taken seriously. The code is a bit messy!

Todos โœ…

  • Clean up code a little bit
  • Create a better UI
  • Upload to a server to allow for users to use it.
  • Allow for streaming to simulate a request going much faster.

Installation ๐Ÿ› ๏ธ

Make sure you have these installed:

Then run the following commands:

git clone https://github.com/elebumm/BusinessGPT.git
cd BusinessGPT
docker compose up --build

The first time you run this, it will take a while to build the docker image. You will need to configure your BrightData proxy to spit out a file. Call this: brightdata.json and place it in the root of the project. This will be the settings for your proxy to connect.

Feedback

Feel free to submit an issue or join the discord server if you want to talk about feedback or bugs!

Thanks for checking out this brief project :) Follow for more!

About


Languages

Language:Svelte 40.2%Language:CSS 35.7%Language:Python 16.8%Language:TypeScript 3.6%Language:JavaScript 1.9%Language:Dockerfile 1.3%Language:HTML 0.5%