Skip to content

Open-Source-Chandigarh/sadakAI

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e274efd · Oct 18, 2024

History

20 Commits
Oct 18, 2024
Oct 1, 2024
Oct 1, 2024
Oct 17, 2024
Oct 17, 2024
Oct 1, 2024
Oct 1, 2024
Oct 1, 2024
Oct 17, 2024
Oct 1, 2024
Oct 1, 2024
Oct 1, 2024
Oct 1, 2024
Oct 1, 2024
Oct 1, 2024
Oct 1, 2024

Repository files navigation

sadakAI

Personalized Roadmaps for Your Software Development Journey

sadakAI is an AI model designed to help users with their software development career roadmaps can analyze individual skills, experiences, and career goals to provide personalized recommendations. It suggests learning paths and skill development milestones, helping users navigate their career progression effectively. This model leverages data from various sources to ensure the advice is up-to-date and relevant.

Contributions

  1. Check CONTRIBUTING.md for contribution guidelines.
  2. Follow the issues to look for potential contributions.
  3. The local-llm branch is currently in development, head over there to look for potential issues to work on.

Settup Guide

Note: This is a work in progress project, the project's current working is not intended.

Installation

  1. Clone the repository
git clone https://github.com/Open-Source-Chandigarh/sadakAI.git
cd sadaakAI
  1. Required dependencies can be found in requirements.txt, run the following code to install them on your machine/python envrionment (conda environment is recommended).
pip install -r requirements.txt

Note: This is a work in progress project, due to it not being hosted on the web yet you have to download and finetune the LLM model on your machine. Before running the model, open settup.ipynb in jupyter lab/ your prefered text editor and execute all the code blocks inorder to download and finetune the LLM model.

  1. Execute the main.py file.
python3 main.py