Skip to content

thepratikguptaa/python-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python AI Project

This project is a simple Python AI script.

Setup

It is recommended to use uv for creating and managing the virtual environment.

Using uv

  1. Install uv:

    pip install uv
  2. Create a virtual environment:

    uv venv
  3. Activate the virtual environment:

    • Windows:
      .venv\Scripts\activate
    • macOS/Linux:
      source .venv/bin/activate
  4. Install dependencies:

    uv pip install -r requirements.txt

Configuration

Create a .env file in the root of the project and add your Gemini API key:

API_KEY="your_api_key_here"

Running the script

python AI.py

About

This project is a simple Python AI script.

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages