Skip to content

Dailogue/topic-breakdown

Repository files navigation

Topic Breakdown

Topic Breakdown is a web application that helps users break down complex topics into fundamental subtopics for better understanding. The application uses LLMs to generate subtopics and additional information based on user input.

Deploy with Vercel

Getting Started

First, clone the repository and navigate to the project directory:

git clone https://github.com/sahajsk21/topic-breakdown.git
cd topic-breakdown

Next, install the required dependencies:

npm install

Create a .env.local file in the root directory and add your environment variables: Get your Gemini API key at https://aistudio.google.com/apikey.

GEMINI_API_KEY=<your-gemini-api-key>

Finally, start the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

About

Topic Breakdown is a web application that helps users break down complex topics into fundamental subtopics for better understanding.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors