AI-powered GitHub repository analyzer and README generator
Project description
CodeMemoryAI
AI-powered GitHub repository analyzer and README generator.
Features
- AI repository Q&A
- Semantic code search
- Automatic README generation
- Tech stack detection
- Repository architecture understanding
Installation
pip install readmeforge
Usage
from readmeforge import RepoAnalyzer
repo = RepoAnalyzer(
"https://github.com/user/repository"
)
repo.ingest()
answer = repo.ask(
"Where is authentication handled?"
)
print(answer)
README Generation
readme = repo.generate_readme(
save=True
)
CLI Usage
python main.py
Technologies Used
- Python
- ChromaDB
- Sentence Transformers
- Groq API
- Streamlit
Author
Anushka Dutta
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
codememoryai-0.2.0.tar.gz
(5.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codememoryai-0.2.0.tar.gz.
File metadata
- Download URL: codememoryai-0.2.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97d2f888db36c4eebf95154f4f06f0b7be4c11c958a6659da500ad082700162b
|
|
| MD5 |
1e2e88da88ce3a3ebdff8b77fbe3125e
|
|
| BLAKE2b-256 |
ae4cfa3e3bc0ce70f8df5e4fd37d4d421f339bb5ed6bdab1e93e98ca10f9b4e7
|
File details
Details for the file codememoryai-0.2.0-py3-none-any.whl.
File metadata
- Download URL: codememoryai-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
679d98b9a46af19d3a0ef88c5b6a9e7ca438f951d8176c6c49170b850292b775
|
|
| MD5 |
7e481fcdfa75dcb36cf9da9f8b6c0ec9
|
|
| BLAKE2b-256 |
dfd1ecccaf231c0b81f793c88e8e1b834b176b9a5b319cc26de413d6ca442a8e
|