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
- Host: GitHub
- URL: https://github.com/open-source-chandigarh/sadakai
- Owner: Open-Source-Chandigarh
- License: gpl-3.0
- Created: 2024-10-01T05:06:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T17:53:56.000Z (2 months ago)
- Last Synced: 2025-04-13T05:45:56.419Z (2 months ago)
- Topics: ai, flask, huggingface, langchain-python, llm, python, roadmap
- Language: Python
- Homepage: https://sadak-ai.tech/
- Size: 1.32 MB
- Stars: 3
- Watchers: 2
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: Code_Of_Conduct.md
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.