Metadata-Version: 2.1
Name: grant-funding-assistant
Version: 0.4
Summary: This is a multiagent system which can help researchers create grant funding proposals based on their research profile and funding guidelines
Home-page: https://github.com/Dorcatz123/grant_funding_assistant
Author: Akshay P R
Author-email: akshaypr314159@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: crewai
Requires-Dist: crewai-tools
Requires-Dist: langchain-community
Requires-Dist: Ipython


----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

# Grant funding assistant

![Grant funding assistant](https://raw.githubusercontent.com/Dorcatz123/grant_funding_assistant/main/joyful_bots_collaborating.jpg)

## Overview


GitHub link: [Link](https://github.com/Dorcatz123/grant_funding_assistant)

## Features
- **Easy input**: The program will let researchers easily input their details such as name, google scholar link, websites, funding opportunity etc and will 
                   help create a fantastic research proposal based on the rules specified at the funding website.
- **Agents**: All the heavy research tasks are done by multiple well crafted agents which work synchronously to write a fantastic research proposal. 

## Technologies Used
- **Python**: The primary programming language used for developing the assistant.
- **Crew.ai**: Using crew.ai to build carefully crafted agents to do various taks synchronously to accomplish the goal of writing a research proposal.


## User installation
To run the grant funding assistant locally, follow these steps:

   ```bash
  pip install --upgrade grant_funding_assistant
   ```

## Running the Chatbot
To start the assistant run the following command in terminal:
```bash
grant_funding_assistant
```


## Contributing
Contributions are welcome! If you have suggestions for improvements or features, create a pull request or open an issue in the GitHub page.

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE.txt) file for details.


## History of the grant funding assistant

The grant funding assistant project was initiated by Akshay PR (2024) with the goal of providing an AI-powered assistant to help researchers to create succesful grant funding proposals
based on the grant funding criteria. 


### Key Milestones:
- **[10 2024]**: Initial concept and prototype developed.


As we bring in more contributors, the project remains rooted in its mission to provide accessible and reliable information backed by links to the source documents.


## Contact
For any inquiries or feedback, please contact Kiran or Akshay: [Akshay P R](mailto:akshaypr314159@gmail.com)

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------


