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

https://github.com/sayancoding/algogenie

DSA problem solver AgenticAI
https://github.com/sayancoding/algogenie

agentic-ai autogen gemini genai python3

Last synced: 11 months ago
JSON representation

DSA problem solver AgenticAI

Awesome Lists containing this project

README

          

# AlgoGenie - DSA Problem Solver Agentic AI
Its simple AgenticAI application that good at solving DSA problem in python.

### Start up instructions :
```text1.
1. Need to be install Python3 & Docker
2. Clone it -> cd {folder}
3. create .env file [GOOGLE_API_KEY = {your_key}]
4. python -m venv venv
5. pip install -r requirements.txt
6. streamlit run main.py
```
### Tech Stack Used :
`python3`
`AutoGen`
`gemini`
`docker`

### Preview:
![SS_1](./resource/image/AlgoGenie-Look-0.png)
![SS_2](./resource/image/AlgoGenie-Look-1.png)
![SS_3](./resource/image/AlgoGenie-Look-2.png)