Skip to content

kaustubhbhal/GraphIQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphIQ


Project Overview

GraphIQ is an innovative and interactive AI-powered learning platform that guides students through data structure and algorithm concepts with practice problems, interactive diagrams, and detailed explanations

Table of Contents

Getting Started

To get a local copy of the project up and running, follow these simple steps.

Installation

  1. Clone the repository:

    git clone https://github.com/kaustubhbhal/GraphIQ.git
  2. Navigate to the project directory:

    cd your-repo-name
  3. Install dependencies:

    npm install
    cd flask-api
    pip install -r requirements.txt
  4. Environment Variables

Set the necessary environment variables

```bash
ANTHROPIC_API_KEY=
GEMINI_API_KEY=
OPENAI_API_KEY=
```

Development

To run the application in development mode:

npm run dev

Run the flask server (in flask-api directory)

python app.py

The development server will start at http://localhost:3000. Any changes you make will automatically reload the page.

Build & Deployment

To build the application for production:

npm run build

This will create an optimized build in the .next directory.

To run the production build:

npm run start

The application will run on http://localhost:3000.

License

This project is licensed under the APACHE 2.0 License. See the LICENSE file for more details.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors