Skip to content

Surabhi67/Code-Summarizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run,

python -m venv .venv

pip install requirements.txt

Create groq API key from https://console.groq.com/keys

Create a .env file with groq_api_key="YOUR_KEY"

Run Fast API server using the command:

uvicorn main:app --reload

To test the proper functioning of the API , send POST requests to

http://127.0.0.1:8000/generate_summary

with the following body format:

{

"level":"folder",

"repo_link":" repo//link//in//github//that //you//want//to//summarize"

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%