An open API service indexing awesome lists of open source software.

https://github.com/ssandra102/gen_ai

Some of the gen ai applications developed as part of my learning process
https://github.com/ssandra102/gen_ai

cohere gemini genai streamlit

Last synced: 4 months ago
JSON representation

Some of the gen ai applications developed as part of my learning process

Awesome Lists containing this project

README

          

## Generative ai applications

Download all the required libraries in your environment using:
```
pip install -r requirements.txt
```
### 1. Resume Description Generator with Cohere
A streamlit web application with Cohere LLM support. Enter your project idea and generate descriptions for it, that can be included in your resume.

Enter the following command to run the web app:

```
streamlit run cohere_deploy.py
```
### 2. Question answering web app with Gemini
A streamlit web application with Google's Gemini API. Enter your question idea and generate answer for it.

Enter the following command to run the web app:

```
streamlit run ques_ans.py
```
(note: code is part of my learning process and not production-ready.)


streamlit
google-generativeai
python-dotenv
cohere