👉🏼 Link to demo video on YouTube
- Extracted 350,000+ Python libraries by developing a Golang tool to analyze Python files via the terminal
- Leveraged the GPT-3.5 Turbo and Gemini 2.0 Flash API for efficient library extraction
- Clone the repo
git clone https://github.com/truongd3/Golang-GPT-Analyzer
. - Create an
.env
file and paste yourGOOGLE_API_KEY="YOUR_GOOGLE_API_KEY"
. - Generate Google (Gemini) API Key from Google AI Studio.
- On the terminal, type
go run main.go <input_file_path> <output_file_path>
. Enter.
- Golang
- GPT-3.5 Turbo API
- Gemini 2.0 Flash API