An open API service indexing awesome lists of open source software.

https://github.com/open-source-chandigarh/sadakai

Personalized Roadmaps for Your Software Development Journey
https://github.com/open-source-chandigarh/sadakai

ai flask huggingface langchain-python llm python roadmap

Last synced: 2 months ago
JSON representation

Personalized Roadmaps for Your Software Development Journey

Awesome Lists containing this project

README

        

# sadakAI

**Personalized Roadmaps for Your Software Development Journey**

sadakAI is an AI-Powered roadmap generator that tailors career growth plans for aspiring and experienced software developer. By analyzing your current skills, experience, and goals, it provides a structured path toward achieving your dream job in tech.

## Features

- AI-based personalized software career roadmap generator
- Roadmap generation based on skills and learning goals
- Built using Python and modern NLP tools
- Easily deployable using Docker

## Installation Guide

>Docker and Docker Compose plugin is a pre-requisite, refer the [Docker documentation](https://docs.docker.com/get-started/get-docker/) for installation steps

### 1. Clone the Repository

```bash
git clone https://github.com/Open-Source-Chandigarh/sadakAI.git
cd sadakAI
```

### 2. Create Environment File
Copy the example .env file and fill in your environment variables:

```bash
cp .env.example .env
```

### 3. Start the Application
Use Docker Compose:

```bash
docker compose up --build -d
```

### 4. Access the App
Visit http://localhost:8000 in your browser

# Contributing to sadakAI

Thank you for your interest in contributing to this project!

### How to Contribute

1. Check [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.
2. Follow the [issues](https://github.com/Open-Source-Chandigarh/sadakAI/issues) to look for potential contributions.

Feel free to open issues or suggest features anytime!

## Credits

- [hriteshMaikap](https://github.com/hriteshMaikap) : Shared his insight into vector database and hosting on cloud.
- [valnayy](https://github.com/valnayy), [KiranBaliga](https://github.com/KiranBaliga) : contributed to the project.