Skip to content

This repository hosts code samples, benchmarks, and experiments exploring the capabilities of Large Language Models (LLMs) like ChatGPT, Claude, DeepSeek, Grok, and more. From AI-driven coding to gaming, creativity, and education. Fork, explore, and contribute! 🚀

License

Notifications You must be signed in to change notification settings

rifatSDAS/AI_Neural_Consciousness_Codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README TO TEST ANY CODES

See specific README.md file inside each subdirectory, e.g., Video1_SnakeGame

Code Test Environment

  • VS Code IDS (Windows 10 OS)
  • Python virtual environment

Python Virtual Environment Setup

  • Open VS Code IDE and create a project, e.g., SnakeGame.
  • Open a new terminal in the project directory and run this command

For Windows python -m venv .venv OR py -3 -m venv .venv

For Linux/macOS python3 -m venv .venv

Here the virtual environment name is .venv.

  • Activate virtual environment For Windows .\.venv\Scripts\activate

For Linus/macOS source .venv/bin/activate

For more details on "Python environments in VS Code"

About

This repository hosts code samples, benchmarks, and experiments exploring the capabilities of Large Language Models (LLMs) like ChatGPT, Claude, DeepSeek, Grok, and more. From AI-driven coding to gaming, creativity, and education. Fork, explore, and contribute! 🚀

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published