Ecosyste.ms: Awesome
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 hacktoberfest hacktoberfest2024 huggingface jupyter-notebook langchain-python llm python pytorch 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T10:59:11.000Z (3 months ago)
- Last Synced: 2024-10-20T13:46:12.173Z (3 months ago)
- Topics: ai, flask, hacktoberfest, hacktoberfest2024, huggingface, jupyter-notebook, langchain-python, llm, python, pytorch, roadmap
- Language: Jupyter Notebook
- Homepage:
- Size: 435 KB
- Stars: 2
- Watchers: 2
- Forks: 8
- Open Issues: 9
-
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 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](CONTRIBUTING.md) for contribution guidelines.
2. Follow the [issues](https://github.com/Open-Source-Chandigarh/sadakAI/issues) to look for potential contributions.
3. The [local-llm](https://github.com/Open-Source-Chandigarh/sadakAI/tree/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``` bash
git clone https://github.com/Open-Source-Chandigarh/sadakAI.git
cd sadaakAI
```2. Required dependencies can be found in [requirements.txt](requirements.txt), run the following code to install them on your machine/python envrionment (conda environment is recommended).
``` bash
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](settup.ipynb) in jupyter lab/ your prefered text editor and execute all the code blocks inorder to download and finetune the LLM model.
3. Execute the [main.py](main.py]) file.
``` bash
python3 main.py
```