Skip to content

manvith001/Ai-code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Project Generator

A Streamlit application that generates Python project boilerplates using AI.

Setup

  1. Create virtual environment:
python -m venv myenv
source myenv/bin/activate  # On Windows: myenv\Scripts\activate
  1. Install requirements:
pip install -r requirements.txt
  1. Create Groq API key :
client = Groq(
    api_key="put your Gorq api key here ",
) 

4. Run the application:
```bash
streamlit run src/app.py

Project Structure

  • src/
    • app.py # Streamlit interface
    • generator.py # Project generation logic
  • requirements.txt # Project dependencies
  • README.md # Project documentation
  • .gitignore # Git ignore rules

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages