GeminiChatBot
1.0.0
This project is an educational platform that offers interactive lectures and test solutions to students using Google Gemini AI. Streamlit provides a user-friendly experience with its interface.
bash
git clone https://github.com/kullaniciadi/proje-adi.git
cd proje-adi
bash
pip install -r requirements.txt
.env
file and add your API key: env
GOOGLE_API_KEY=sizin_api_anahtariniz
bash
streamlit run app.py
proje/
│
├── app.py # Ana uygulama dosyası
├── requirements.txt # Gerekli paketler
├── .env # Çevresel değişkenler
├── .gitignore # Git tarafından göz ardı edilecek dosyalar
└── README.md # Proje dokümantasyonu
git checkout -b feature/yeniOzellik
)git commit -am 'Yeni özellik: XYZ'
)git push origin feature/yeniOzellik
)This project is licensed under the MIT License.
For your questions: [[email protected]]
️ If you liked this project, don't forget to give stars!